HP b2600 Reference Manual page 179

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

Advertisement

G
glGet
params returns one value, the size of the index-to-red pixel translation table. The initial
value is 1. See glPixelMap.
GL_PIXEL_MAP_R_TO_R_SIZE
params returns one value, the size of the red-to-red pixel translation table. The initial
value is 1. See glPixelMap.
GL_PIXEL_MAP_S_TO_S_SIZE
params returns one value, the size of the stencil-to-stencil pixel translation table. The
initial value is 1. See glPixelMap.
GL_POINT_SIZE
params returns one value, the point size as specified by glPointSize. The initial value is
1.
GL_POINT_SIZE_GRANULARITY
params returns one value, the size difference between adjacent supported sizes for
anti-aliased points. See glPointSize.
GL_POINT_SIZE_RANGE
params returns two values: the smallest and largest supported sizes for anti-aliased
points. The smallest size must be at most 1, and the largest size must be at least 1. See
glPointSize.
GL_POINT_SMOOTH
params returns a single boolean value indicating whether anti-aliasing of points is
enabled. The initial value is GL_FALSE. See glPointSize.
GL_POINT_SMOOTH_HINT
params returns one value, a symbolic constant indicating the mode of the point
anti-aliasing hint. The initial value is GL_DONT_CARE. See glHint.
GL_POLYGON_MODE
params returns two values: symbolic constants indicating whether front-facing and
back-facing polygons are rasterized as points, lines, or filled polygons. The initial value is
GL_FILL. See glPolygonMode.
GL_POLYGON_OFFSET_FACTOR
params returns one value, the scaling factor used to determine the variable offset that is
added to the depth value of each fragment generated when a polygon is rasterized. The
initial value is 0. See glPolygonOffset.
GL_POLYGON_OFFSET_UNITS
params returns one value. This value is multiplied by an implementation-specific value
and then added to the depth value of each fragment generated when a polygon is
rasterized. The initial value is 0. See glPolygonOffset.
GL_POLYGON_OFFSET_FILL
params returns a single boolean value indicating whether polygon offset is enabled for
polygons in fill mode. The initial value is GL_FALSE. See glPolygonOffset.
GL_POLYGON_OFFSET_LINE
179
Chapter 7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents