*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 OpenGL/glcolormaterial(3) -- cause a material color to track the current color
    face Specifies whether front, back, or both front and back material parameters should track the current color. Accepted values are GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK. The initial value is GL_FRONT_AND_BACK. mode Specifies which of several material parameters track the current color. Accepted values are GL_EMISSION, GL_AMBIENT, GL_DIFFUSE, GL_SPECULAR, and GL_AMBIENT_AND_DIFFUSE. The initial value is GL_AMBIENT_AND_DIFFUSE....
 OpenGL/glcolorpointer(3) -- define an array of colors
    size Specifies the number of components per color. Must be 3 or 4. The initial value is 4. type Specifies the data type of each color component in the array. Symbolic constants GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, GL_UNSIGNED_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. stride Specifies the byte offset between consecutive colors. If stride is 0 (the initial value), the colors are understood to be tightly packed in the array. The initial val...
 OpenGL/glcolorpointerext(3) -- define a array of colors
    size Specifies the number of components per color. It must be 3 or 4. type Specifies the data type of each color component in the array. Symbolic constants GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, GL_UNSIGNED_INT, GL_FLOAT, or GL_DOUBLE_EXT, are accepted. stride Specifies the byte offset between consecutive colors. If stride is zero the colors are understood to be tightly packed in the array. count Specifies the number of colors, counting from the first, that are static. p...
 OpenGL/glcolorsubtable(3) -- respecify a portion of a color table
    target Must be one of GL_COLOR_TABLE, GL_POST_CONVOLUTION_COLOR_TABLE, or GL_POST_COLOR_MATRIX_COLOR_TABLE. start The starting index of the portion of the color table to be replaced. count The number of table entries to replace. format The format of the pixel data in data. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, and GL_ABGR_EXT. type The type of the pixel data in data. The allowable values are GL_UNSIGNED_B...
 OpenGL/glcolortable(3) -- define a color lookup table
    target Must be one of GL_COLOR_TABLE, GL_POST_CONVOLUTION_COLOR_TABLE, GL_POST_COLOR_MATRIX_COLOR_TABLE, GL_PROXY_COLOR_TABLE, GL_PROXY_POST_CONVOLUTION_COLOR_TABLE, or GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE. internalformat The internal format of the color table. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_A...
 OpenGL/glcolortableparameter(3) -- set color lookup table parameters
    target The target color table. Must be GL_COLOR_TABLE, GL_POST_CONVOLUTION_COLOR_TABLE, or GL_POST_COLOR_MATRIX_COLOR_TABLE. pname The symbolic name of a texture color lookup table parameter. Must be one of GL_COLOR_TABLE_SCALE or GL_COLOR_TABLE_BIAS. params A pointer to an array where the values of the parameters are stored.
 OpenGL/glcolortableparametersgi(3) -- set color lookup table parameters
    target The target color table. Must be GL_COLOR_TABLE_SGI, GL_POST_CONVOLUTION_COLOR_TABLE_SGI, GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI, or GL_TEXTURE_COLOR_TABLE_SGI. pname The symbolic name of a texture color lookup table parameter. Must be one of GL_COLOR_TABLE_SCALE_SGI or GL_COLOR_TABLE_BIAS_SGI. params A pointer to an array where the values of the parameters are stored.
 OpenGL/glcolortablesgi(3) -- define a color lookup table
    target Must be GL_TEXTURE_COLOR_TABLE_SGI, GL_COLOR_TABLE_SGI, GL_POST_CONVOLUTION_COLOR_TABLE_SGI, GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI, GL_PROXY_TEXTURE_COLOR_TABLE_SGI, GL_PROXY_COLOR_TABLE_SGI, GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI, or GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI. internalformat The internal format of the color table. The allowable values are GL_ALPHA, GL_ALPHA4_EXT, GL_ALPHA8_EXT, GL_ALPHA12_EXT, GL_ALPHA16_EXT, GL_LUMINANCE, GL_LUMINANCE4_EXT, GL_LUMINANCE8_EXT, GL_LUMIN...
 standard/glcompat(3) -- controls compatibility modes
    mode the name of the compatibility mode you want to change. The available modes are: GLC_OLDPOLYGON controls the state of old-style polygon mode. GLC_ZRANGEMAP controls the state of z-range mapping mode. GLC_SOFTATTACH controls whether this program will keep mouse focus when a shift or control key is pressed. GLC_MANAGEBG sets imakebackground windows to be override redirect. GLC_SLOWMAPCOLORS controls whether mapcolor calls are buffered. GLC_INPUTCHANGEBUG controls whether extra INPUTCHANGE even...
 OpenGL/glconvolutionfilter1d(3) -- define a one-dimensional convolution filter
    target Must be GL_CONVOLUTION_1D. internalformat The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G...
 OpenGL/glconvolutionfilter1dext(3) -- define a one-dimensional convolution filter
    target Must be GL_CONVOLUTION_1D_EXT. internalformat The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_INTENSITY_EXT, GL_RGB, and GL_RGBA. width The width of the pixel array referenced by image. format The format of the pixel data in image. The allowable values are GL_RGBA, GL_ABGR_EXT, GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_LUMINANCE, GL_LUMINANCE_ALPHA and GL_YCRCB_422_SGIX are accepted. type The type of the p...
 OpenGL/glconvolutionfilter2d(3) -- define a two-dimensional convolution filter
    target Must be GL_CONVOLUTION_2D. internalformat The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G...
 OpenGL/glconvolutionfilter2dext(3) -- define a two-dimensional convolution filter
    target Must be GL_CONVOLUTION_2D_EXT. internalformat The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_INTENSITY_EXT, GL_RGB, and GL_RGBA. width The width of the pixel array referenced by image. height The height of the pixel array referenced by image. format The format of the pixel data in image. The allowable values are GL_RGBA, GL_ABGR_EXT, GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_LUMINANCE, GL_LUMINANCE_ALPHA ...
 OpenGL/glconvolutionparameter(3) -- set convolution parameters
    target The target for the convolution parameter. Must be one of GL_CONVOLUTION_1D, GL_CONVOLUTION_2D, or GL_SEPARABLE_2D. pname The parameter to be set. Must be GL_CONVOLUTION_BORDER_MODE. params The parameter value. Must be one of GL_REDUCE, GL_CONSTANT_BORDER, GL_REPLICATE_BORDER.
 OpenGL/glconvolutionparameterext(3) -- set convolution parameters
    target The target for the convolution parameter. Must be one of GL_CONVOLUTION_1D_EXT, GL_CONVOLUTION_2D_EXT, or GL_SEPARABLE_2D_EXT. pname The parameter to be set. Must be GL_CONVOLUTION_BORDER_MODE_EXT. params The parameter value. Must be GL_REDUCE_EXT.
<<  [Prev]  108  109  110  111  112  113  114  115  116  117  118  119  120  121  122  123  124  125  126  127  128  
129  130  131  132  133  134  135  136  137  138  139  140  141  142  143  144  145  146  147  148  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service