HP b2600 Reference Manual page 178

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

Advertisement

G
glGet
params returns a single boolean value indicating whether single-bit pixels being written
to memory are written first to the least significant bit of each unsigned byte. The initial
value is GL_FALSE. See glPixelStore.
GL_PACK_ROW_LENGTH
params returns one value, the row length used for writing pixel data to memory. The
initial value is 0. See glPixelStore.
GL_PACK_SKIP_PIXELS
params returns one value, the number of pixel locations skipped before the first pixel is
written into memory. The initial value is 0. See glPixelStore.
GL_PACK_SKIP_ROWS
params returns one value, the number of rows of pixel locations skipped before the first
pixel is written into memory. The initial value is 0. See glPixelStore.
GL_PACK_SWAP_BYTES
params returns a single boolean value indicating whether the bytes of two-byte and
four-byte pixel indices and components are swapped before being written to memory. The
initial value is GL_FALSE. See glPixelStore.
GL_PERSPECTIVE_CORRECTION_HINT
params returns one value, a symbolic constant indicating the mode of the perspective
correction hint. The initial value is GL_DONT_CARE. See glHint.
GL_PIXEL_MAP_A_TO_A_SIZE
params returns one value, the size of the alpha-to-alpha pixel translation table. The
initial value is 1. See glPixelMap.
GL_PIXEL_MAP_B_TO_B_SIZE
params returns one value, the size of the blue-to-blue pixel translation table. The initial
value is 1. See glPixelMap.
GL_PIXEL_MAP_G_TO_G_SIZE
params returns one value, the size of the green-to-green pixel translation table. The
initial value is 1. See glPixelMap.
GL_PIXEL_MAP_I_TO_A_SIZE
params returns one value, the size of the index-to-alpha pixel translation table. The
initial value is 1. See glPixelMap.
GL_PIXEL_MAP_I_TO_B_SIZE
params returns one value, the size of the index-to-blue pixel translation table. The
initial value is 1. See glPixelMap.
GL_PIXEL_MAP_I_TO_G_SIZE
params returns one value, the size of the index-to-green pixel translation table. The
initial value is 1. See glPixelMap.
GL_PIXEL_MAP_I_TO_I_SIZE
params returns one value, the size of the index-to-index pixel translation table. The
initial value is 1. See glPixelMap.
GL_PIXEL_MAP_I_TO_R_SIZE
178
Chapter 7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents