HP b2600 Reference Manual page 456

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

Advertisement

T
glTexSubImage1D
Notes
glTexSubImage1D is available only if the GL version is 1.1 or greater.
Texturing has no effect in color index mode.
The format GL_DEPTH_COMPONENT may only be used if the GL_EXT_shadow
extension is supported.
glPixelStore and glPixelTransfer modes affect texture images in exactly the way they
affect glDrawPixels.
Errors
Associated Gets
glGetTexImage
glIsEnabled with argument GL_TEXTURE_1D
See Also
glCopyTexImage1D,
glCopyTexImage2D,
glCopyTexSubImage1D,
glCopyTexSubImage2D,
glDrawPixels,
glPixelStore,
glPixelTransfer,
glTexEnv,
glTexGen,
glTexImage1D,
456
GL_INVALID_ENUM is generated if target is not one of the allowable values.
GL_INVALID_OPERATION is generated if the texture array has not been defined
by a previous glTexImage1D operation.
GL_INVALID_VALUE is generated if level is less than 0.
GL_INVALID_VALUE may be generated if level is greater than log
is the returned value of GL_MAX_TEXTURE_SIZE.
GL_INVALID_VALUE is generated if xoffset < - b, or if (xoffset + width) > (w - b),
where w is the GL_TEXTURE_WIDTH, and b is the width of the
GL_TEXTURE_BORDER of the texture image being modified. Note that w includes
twice the border width.
GL_INVALID_VALUE is generated if width is less than 0.
GL_INVALID_ENUM is generated if format is not an accepted format constant.
GL_INVALID_ENUM is generated if type is not a type constant.
GL_INVALID_ENUM is generated if type is GL_BITMAP and format is not
GL_COLOR_INDEX.
GL_INVALID_OPERATION is generated if glTexSubImage1D is executed between
the execution of glBegin and the corresponding execution of glEnd.
max, where max
2
Chapter 18

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents