HP b2600 Reference Manual page 110

Opengl 1.1 reference
Hide thumbs Also See for b2600:
Table of Contents

Advertisement

D
glDisable
If enabled, one-dimensional texturing is performed (unless two-dimensional texturing is
also enabled). See glTexImage1D.
GL_TEXTURE_2D
If enabled, two-dimensional texturing is performed. See glTexImage2D.
GL_TEXTURE_3D_EXT
If supported and enabled, three-dimensional texturing is performed. See
glTexImage3DEXT.
GL_TEXTURE_GEN_Q
If enabled, the q texture coordinate is computed using the texture generation function
defined with glTexGen. Otherwise, the current q texture coordinate is used. See
glTexGen.
GL_TEXTURE_GEN_R
If enabled, the r texture coordinate is computed using the texture generation function
defined with glTexGen. Otherwise, the current r texture coordinate is used. See
glTexGen.
GL_TEXTURE_GEN_S
If enabled, the s texture coordinate is computed using the texture generation function
defined with glTexGen. Otherwise, the current s texture coordinate is used. See
glTexGen.
GL_TEXTURE_GEN_T
If enabled, the t texture coordinate is computed using the texture generation function
defined with glTexGen. Otherwise, the current t texture coordinate is used. See
glTexGen.
Notes
GL_POLYGON_OFFSET_FILL, GL_POLYGON_OFFSET_LINE,
GL_POLYGON_OFFSET_POINT, GL_COLOR_LOGIC_OP, and
GL_INDEX_LOGIC_OP are only available if the GL version is 1.1 or greater.
Errors
See Also
glAlphaFunc,
glBlendFunc,
glClipPlane,
glColorMaterial,
glCullFace,
glDepthFunc,
glDepthRange,
110
GL_INVALID_ENUM is generated if cap is not one of the values listed previously.
GL_INVALID_OPERATION is generated if glEnable or glDisable is executed
between the execution of glBegin and the corresponding execution of glEnd.
Chapter 4

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents