NAME
glGetBooleanv, glGetDoublev, glGetFloatv, glGetIntegerv
- return the value or values of a selected parameter
C SPECIFICATION
void ggllGGeettBBoooolleeaannvv(
GLenum _p_n_a_m_e,
GLboolean _*_p_a_r_a_m_s )
C SPECIFICATION
void ggllGGeettDDoouubblleevv(
GLenum _p_n_a_m_e,
GLdouble _*_p_a_r_a_m_s )
C SPECIFICATION
void ggllGGeettFFllooaattvv(
GLenum _p_n_a_m_e,
GLfloat _*_p_a_r_a_m_s )
C SPECIFICATION
void ggllGGeettIInntteeggeerrvv(
GLenum _p_n_a_m_e,
GLint _*_p_a_r_a_m_s )
delim $$
PARAMETERS
-
_p_n_a_m_e
-
Specifies the parameter value to be returned.
The symbolic constants in the list below are accepted.
-
_p_a_r_a_m_s
-
Returns the value or values of the specified parameter.
DESCRIPTION
These four commands return values for simple state variables in GL.
_p_n_a_m_e is a symbolic constant indicating the state variable to be returned,
and _p_a_r_a_m_s is a pointer to an array of the indicated type in
which to place the returned data.
Type conversion is performed if _p_a_r_a_m_s has a different type than
the state variable value being requested.
If ggllGGeettBBoooolleeaannvv is called,
a floating-point (or integer) value is converted to GGLL__FFAALLSSEE if
and only if it is 0.0 (or 0).
Otherwise,
it is converted to GGLL__TTRRUUEE.
If ggllGGeettIInntteeggeerrvv is called, boolean values are returned as
GGLL__TTRRUUEE or GGLL__FFAALLSSEE, and most floating-point values are
rounded to the nearest integer value. Floating-point colors and
normals, however, are returned with a linear mapping that maps 1.0 to
the most positive representable integer value,
and -1.0 to the most negative representable integer value.
If ggllGGeettFFllooaattvv or ggllGGeettDDoouubblleevv is called,
boolean values are returned as GGLL__TTRRUUEE or GGLL__FFAALLSSEE,
and integer values are converted to floating-point values.
The following symbolic constants are accepted by _p_n_a_m_e:
-
GGLL__AACCCCUUMM__AALLPPHHAA__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of alpha bitplanes in the accumulation buffer.
-
GGLL__AACCCCUUMM__BBLLUUEE__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of blue bitplanes in the accumulation buffer.
-
GGLL__AACCCCUUMM__CCLLEEAARR__VVAALLUUEE
-
_p_a_r_a_m_s returns four values:
the red, green, blue, and alpha values used to clear the accumulation buffer.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer
value. The initial value is (0, 0, 0, 0).
See ggllCClleeaarrAAccccuumm.
-
GGLL__AACCCCUUMM__GGRREEEENN__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of green bitplanes in the accumulation buffer.
-
GGLL__AACCCCUUMM__RREEDD__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of red bitplanes in the accumulation buffer.
-
GGLL__AACCTTIIVVEE__TTEEXXTTUURREE__AARRBB
-
_p_a_r_a_m_s returns a single value indicating the active multitexture unit.
The initial value is GGLL__TTEEXXTTUURREE00__AARRBB.
See ggllAAccttiivveeTTeexxttuurreeAARRBB.
-
GGLL__AALLIIAASSEEDD__PPOOIINNTT__SSIIZZEE__RRAANNGGEE
-
_p_a_r_a_m_s returns two values,
the smallest and largest supported sizes for aliased points.
-
GGLL__AALLIIAASSEEDD__LLIINNEE__WWIIDDTTHH__RRAANNGGEE
-
_p_a_r_a_m_s returns two values,
the smallest and largest supported widths for aliased lines.
-
GGLL__AALLPPHHAA__BBIIAASS
-
_p_a_r_a_m_s returns one value,
the alpha bias factor used during pixel transfers. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__AALLPPHHAA__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of alpha bitplanes in each color buffer.
-
GGLL__AALLPPHHAA__SSCCAALLEE
-
_p_a_r_a_m_s returns one value,
the alpha scale factor used during pixel transfers. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__AALLPPHHAA__TTEESSTT
-
_p_a_r_a_m_s returns a single boolean value indicating whether alpha testing
of fragments is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllAAllpphhaaFFuunncc.
-
GGLL__AALLPPHHAA__TTEESSTT__FFUUNNCC
-
_p_a_r_a_m_s returns one value,
the symbolic name of the alpha test function. The initial value is
GGLL__AALLWWAAYYSS.
See ggllAAllpphhaaFFuunncc.
-
GGLL__AALLPPHHAA__TTEESSTT__RREEFF
-
_p_a_r_a_m_s returns one value,
the reference value for the alpha test. The initial value is 0.
See ggllAAllpphhaaFFuunncc.
An integer value,
if requested,
is linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer value.
-
GGLL__AATTTTRRIIBB__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the depth of the attribute stack.
If the stack is empty,
0 is returned. The initial value is 0.
See ggllPPuusshhAAttttrriibb.
-
GGLL__AAUUTTOO__NNOORRMMAALL
-
_p_a_r_a_m_s returns a single boolean value indicating whether 2D map evaluation
automatically generates surface normals. The initial value is GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__AAUUXX__BBUUFFFFEERRSS
-
_p_a_r_a_m_s returns one value,
the number of auxiliary color buffers. The initial value is 0.
-
GGLL__BBLLEENNDD
-
_p_a_r_a_m_s returns a single boolean value indicating whether blending is
enabled. The initial value is GGLL__FFAALLSSEE.
See ggllBBlleennddFFuunncc.
-
GGLL__BBLLEENNDD__CCOOLLOORR
-
_p_a_r_a_m_s returns four values,
the red, green, blue, and alpha values which are the components of
the blend color.
See ggllBBlleennddCCoolloorr.
-
GGLL__BBLLEENNDD__DDSSTT
-
_p_a_r_a_m_s returns one value,
the symbolic constant identifying the destination blend
function. The initial value is GGLL__ZZEERROO.
See ggllBBlleennddFFuunncc.
-
GGLL__BBLLEENNDD__EEQQUUAATTIIOONN
-
_p_a_r_a_m_s returns one value, a symbolic constant indicating whether
the blend equation is GGLL__FFUUNNCC__AADDDD, GGLL__MMIINN or
GGLL__MMAAXX. See ggllBBlleennddEEqquuaattiioonn.
-
GGLL__BBLLEENNDD__SSRRCC
-
_p_a_r_a_m_s returns one value,
the symbolic constant identifying the source blend function. The initial
value is GGLL__OONNEE.
See ggllBBlleennddFFuunncc.
-
GGLL__BBLLUUEE__BBIIAASS
-
_p_a_r_a_m_s returns one value,
the blue bias factor used during pixel transfers. The initial value is 0.
See
ggllPPiixxeellTTrraannssffeerr.
-
GGLL__BBLLUUEE__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of blue bitplanes in each color buffer.
-
GGLL__BBLLUUEE__SSCCAALLEE
-
_p_a_r_a_m_s returns one value,
the blue scale factor used during pixel transfers. The initial value is 1.
See
ggllPPiixxeellTTrraannssffeerr.
-
GGLL__CCLLIIEENNTT__AACCTTIIVVEE__TTEEXXTTUURREE__AARRBB
-
_p_a_r_a_m_s returns a single integer value indicating the current client active
multitexture unit. The initial value is GGLL__TTEEXXTTUURREE00__AARRBB.
See ggllCClliieennttAAccttiivveeTTeexxttuurreeAARRBB.
-
GGLL__CCLLIIEENNTT__AATTTTRRIIBB__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value indicating the depth of the
attribute stack. The initial value is 0.
See ggllPPuusshhCClliieennttAAttttrriibb.
-
GGLL__CCLLIIPP__PPLLAANNEE_i
-
_p_a_r_a_m_s returns a single boolean value indicating whether the specified
clipping plane is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllCClliippPPllaannee.
-
GGLL__CCOOLLOORR__AARRRRAAYY
-
_p_a_r_a_m_s returns a single boolean value indicating whether the color array is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllCCoolloorrPPooiinntteerr.
-
GGLL__CCOOLLOORR__AARRRRAAYY__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the number of components per color in the color array. The initial value
is 4. See ggllCCoolloorrPPooiinntteerr.
-
GGLL__CCOOLLOORR__AARRRRAAYY__SSTTRRIIDDEE
-
_p_a_r_a_m_s returns one value,
the byte offset between consecutive colors in the color array. The initial
value is 0.
See ggllCCoolloorrPPooiinntteerr.
-
GGLL__CCOOLLOORR__AARRRRAAYY__TTYYPPEE
-
_p_a_r_a_m_s returns one value,
the data type of each component in the color array. The initial value
is GGLL__FFLLOOAATT. See ggllCCoolloorrPPooiinntteerr.
-
GGLL__CCOOLLOORR__CCLLEEAARR__VVAALLUUEE
-
_p_a_r_a_m_s returns four values:
the red, green, blue, and alpha values used to clear the color buffers.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer
value. The initial value is (0, 0, 0, 0).
See ggllCClleeaarrCCoolloorr.
-
GGLL__CCOOLLOORR__LLOOGGIICC__OOPP
-
_p_a_r_a_m_s returns a single boolean value indicating whether a fragment's
RGBA color values are merged into the framebuffer using a logical
operation. The initial value is GGLL__FFAALLSSEE.
See ggllLLooggiiccOOpp.
-
GGLL__CCOOLLOORR__MMAATTEERRIIAALL
-
_p_a_r_a_m_s returns a single boolean value indicating whether one or more
material parameters are tracking the current color. The initial value
is GGLL__FFAALLSSEE.
See ggllCCoolloorrMMaatteerriiaall.
-
GGLL__CCOOLLOORR__MMAATTEERRIIAALL__FFAACCEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating which materials have a parameter that is
tracking the current color. The initial value is GGLL__FFRROONNTT__AANNDD__BBAACCKK.
See ggllCCoolloorrMMaatteerriiaall.
-
GGLL__CCOOLLOORR__MMAATTEERRIIAALL__PPAARRAAMMEETTEERR
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating which material parameters are
tracking the current color. The initial value is
GGLL__AAMMBBIIEENNTT__AANNDD__DDIIFFFFUUSSEE.
See ggllCCoolloorrMMaatteerriiaall.
-
GGLL__CCOOLLOORR__MMAATTRRIIXX
-
_p_a_r_a_m_s returns sixteen values:
the color matrix on the top of the color matrix stack. Initially
this matrix is the identity matrix. See ggllPPuusshhMMaattrriixx.
-
GGLL__CCOOLLOORR__MMAATTRRIIXX__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the maximum supported depth of the projection matrix stack. The value must
be at least 2.
See ggllPPuusshhMMaattrriixx.
-
GGLL__CCOOLLOORR__TTAABBLLEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether the color table
lookup is enabled.
See ggllCCoolloorrTTaabbllee.
-
GGLL__CCOOLLOORR__WWRRIITTEEMMAASSKK
-
_p_a_r_a_m_s returns four boolean values:
the red, green, blue, and alpha write enables for the color
buffers. The initial value is (GGLL__TTRRUUEE, GGLL__TTRRUUEE,
GGLL__TTRRUUEE, GGLL__TTRRUUEE).
See ggllCCoolloorrMMaasskk.
-
GGLL__CCOONNVVOOLLUUTTIIOONN__11DD
-
_p_a_r_a_m_s returns a single boolean value indicating whether 1D convolution
is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllCCoonnvvoolluuttiioonnFFiilltteerr11DD.
-
GGLL__CCOONNVVOOLLUUTTIIOONN__22DD
-
_p_a_r_a_m_s returns a single boolean value indicating whether 2D convolution
is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllCCoonnvvoolluuttiioonnFFiilltteerr22DD.
-
GGLL__CCUULLLL__FFAACCEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether polygon culling
is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllCCuullllFFaaccee.
-
GGLL__CCUULLLL__FFAACCEE__MMOODDEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating which polygon faces are to be
culled. The initial value is GGLL__BBAACCKK.
See ggllCCuullllFFaaccee.
-
GGLL__CCUURRRREENNTT__CCOOLLOORR
-
_p_a_r_a_m_s returns four values:
the red, green, blue, and alpha values of the current color.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer value.
See ggllCCoolloorr. The initial value is (1, 1, 1, 1).
-
GGLL__CCUURRRREENNTT__IINNDDEEXX
-
_p_a_r_a_m_s returns one value,
the current color index. The initial value is 1.
See ggllIInnddeexx.
-
GGLL__CCUURRRREENNTT__NNOORRMMAALL
-
_p_a_r_a_m_s returns three values:
the _x, _y, and _z values of the current normal.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer value.
The initial value is (0, 0, 1). See ggllNNoorrmmaall.
-
GGLL__CCUURRRREENNTT__RRAASSTTEERR__CCOOLLOORR
-
_p_a_r_a_m_s returns four values:
the red, green, blue, and alpha values of the current raster position.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer
value. The initial value is (1, 1, 1, 1).
See ggllRRaasstteerrPPooss.
-
GGLL__CCUURRRREENNTT__RRAASSTTEERR__DDIISSTTAANNCCEE
-
_p_a_r_a_m_s returns one value,
the distance from the eye to the current raster position. The initial
value is 0.
See ggllRRaasstteerrPPooss.
-
GGLL__CCUURRRREENNTT__RRAASSTTEERR__IINNDDEEXX
-
_p_a_r_a_m_s returns one value,
the color index of the current raster position. The initial value is 1.
See ggllRRaasstteerrPPooss.
-
GGLL__CCUURRRREENNTT__RRAASSTTEERR__PPOOSSIITTIIOONN
-
_p_a_r_a_m_s returns four values:
the _x, _y, _z, and _w components of the current
raster position.
_x, _y, and _z are in window coordinates,
and _w is in clip coordinates. The initial value is (0, 0, 0, 1).
See ggllRRaasstteerrPPooss.
-
GGLL__CCUURRRREENNTT__RRAASSTTEERR__PPOOSSIITTIIOONN__VVAALLIIDD
-
_p_a_r_a_m_s returns a single boolean value indicating whether the current
raster position is valid. The initial value is GGLL__TTRRUUEE.
See ggllRRaasstteerrPPooss.
-
GGLL__CCUURRRREENNTT__RRAASSTTEERR__TTEEXXTTUURREE__CCOOOORRDDSS
-
_p_a_r_a_m_s returns four values:
the _s, _t, _r, and _q
current raster texture coordinates. The initial value is (0, 0, 0, 1).
See ggllRRaasstteerrPPooss and ggllTTeexxCCoooorrdd.
-
GGLL__CCUURRRREENNTT__TTEEXXTTUURREE__CCOOOORRDDSS
-
_p_a_r_a_m_s returns four values:
the _s, _t, _r, and _q current texture
coordinates. The initial value is (0, 0, 0, 1).
See
ggllTTeexxCCoooorrdd.
-
GGLL__DDEEPPTTHH__BBIIAASS
-
_p_a_r_a_m_s returns one value,
the depth bias factor used during pixel transfers. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__DDEEPPTTHH__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of bitplanes in the depth buffer.
-
GGLL__DDEEPPTTHH__CCLLEEAARR__VVAALLUUEE
-
_p_a_r_a_m_s returns one value,
the value that is used to clear the depth buffer.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer
value. The initial value is 1.
See ggllCClleeaarrDDeepptthh.
-
GGLL__DDEEPPTTHH__FFUUNNCC
-
_p_a_r_a_m_s returns one value,
the symbolic constant that indicates the depth comparison
function. The initial value is GGLL__LLEESSSS.
See ggllDDeepptthhFFuunncc.
-
GGLL__DDEEPPTTHH__RRAANNGGEE
-
_p_a_r_a_m_s returns two values:
the near and far mapping limits for the depth buffer.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer
value. The initial value is (0, 1).
See ggllDDeepptthhRRaannggee.
-
GGLL__DDEEPPTTHH__SSCCAALLEE
-
_p_a_r_a_m_s returns one value,
the depth scale factor used during pixel transfers. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__DDEEPPTTHH__TTEESSTT
-
_p_a_r_a_m_s returns a single boolean value indicating whether depth testing
of fragments is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllDDeepptthhFFuunncc and ggllDDeepptthhRRaannggee.
-
GGLL__DDEEPPTTHH__WWRRIITTEEMMAASSKK
-
_p_a_r_a_m_s returns a single boolean value indicating if the depth buffer
is enabled for writing. The initial value is GGLL__TTRRUUEE.
See ggllDDeepptthhMMaasskk.
-
GGLL__DDIITTHHEERR
-
_p_a_r_a_m_s returns a single boolean value indicating whether dithering of
fragment colors and indices is enabled. The initial value is GGLL__TTRRUUEE.
-
GGLL__DDOOUUBBLLEEBBUUFFFFEERR
-
_p_a_r_a_m_s returns a single boolean value indicating whether double buffering
is supported.
-
GGLL__DDRRAAWW__BBUUFFFFEERR
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating which buffers are being drawn to.
See ggllDDrraawwBBuuffffeerr. The initial value is GGLL__BBAACCKK if there
are back buffers, otherwise it is GGLL__FFRROONNTT.
-
GGLL__EEDDGGEE__FFLLAAGG
-
_p_a_r_a_m_s returns a single boolean value indicating whether the current
edge flag is GGLL__TTRRUUEE or GGLL__FFAALLSSEE. The initial value is GGLL__TTRRUUEE.
See ggllEEddggeeFFllaagg.
-
GGLL__EEDDGGEE__FFLLAAGG__AARRRRAAYY
-
_p_a_r_a_m_s returns a single boolean value indicating whether the edge
flag array is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllEEddggeeFFllaaggPPooiinntteerr.
-
GGLL__EEDDGGEE__FFLLAAGG__AARRRRAAYY__SSTTRRIIDDEE
-
_p_a_r_a_m_s returns one value,
the byte offset between consecutive edge flags in the edge flag
array. The initial value is 0.
See ggllEEddggeeFFllaaggPPooiinntteerr.
-
GGLL__FFEEEEDDBBAACCKK__BBUUFFFFEERR__SSIIZZEE
-
_p_a_r_a_m_s returns one value, the size of the feedback buffer. See
ggllFFeeeeddbbaacckkBBuuffffeerr.
-
GGLL__FFEEEEDDBBAACCKK__BBUUFFFFEERR__TTYYPPEE
-
_p_a_r_a_m_s returns one value, the type of the feedback buffer. See
ggllFFeeeeddbbaacckkBBuuffffeerr.
-
GGLL__FFOOGG
-
_p_a_r_a_m_s returns a single boolean value indicating whether fogging is
enabled. The initial value is GGLL__FFAALLSSEE.
See ggllFFoogg.
-
GGLL__FFOOGG__CCOOLLOORR
-
_p_a_r_a_m_s returns four values:
the red, green, blue, and alpha components of the fog color.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer
value. The initial value is (0, 0, 0, 0).
See ggllFFoogg.
-
GGLL__FFOOGG__DDEENNSSIITTYY
-
_p_a_r_a_m_s returns one value,
the fog density parameter. The initial value is 1.
See ggllFFoogg.
-
GGLL__FFOOGG__EENNDD
-
_p_a_r_a_m_s returns one value,
the end factor for the linear fog equation. The initial value is 1.
See ggllFFoogg.
-
GGLL__FFOOGG__HHIINNTT
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating the mode of the fog hint. The initial value
is GGLL__DDOONNTT__CCAARREE.
See ggllHHiinntt.
-
GGLL__FFOOGG__IINNDDEEXX
-
_p_a_r_a_m_s returns one value,
the fog color index. The initial value is 0.
See ggllFFoogg.
-
GGLL__FFOOGG__MMOODDEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating which fog equation is selected. The initial
value is GGLL__EEXXPP.
See ggllFFoogg.
-
GGLL__FFOOGG__SSTTAARRTT
-
_p_a_r_a_m_s returns one value,
the start factor for the linear fog equation. The initial value is 0.
See ggllFFoogg.
-
GGLL__FFRROONNTT__FFAACCEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating whether clockwise or counterclockwise
polygon winding is treated as front-facing. The initial value is
GGLL__CCCCWW.
See ggllFFrroonnttFFaaccee.
-
GGLL__GGRREEEENN__BBIIAASS
-
_p_a_r_a_m_s returns one value,
the green bias factor used during pixel transfers. The initial value is 0.
-
GGLL__GGRREEEENN__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of green bitplanes in each color buffer.
-
GGLL__GGRREEEENN__SSCCAALLEE
-
_p_a_r_a_m_s returns one value,
the green scale factor used during pixel transfers. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__HHIISSTTOOGGRRAAMM
-
_p_a_r_a_m_s returns a single boolean value indicating whether histogram is
enabled. The initial value is GGLL__FFAALLSSEE.
See ggllHHiissttooggrraamm.
-
GGLL__IINNDDEEXX__AARRRRAAYY
-
_p_a_r_a_m_s returns a single boolean value indicating whether the color
index array is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllIInnddeexxPPooiinntteerr.
-
GGLL__IINNDDEEXX__AARRRRAAYY__SSTTRRIIDDEE
-
_p_a_r_a_m_s returns one value,
the byte offset between consecutive color indexes in the color index
array. The initial value is 0.
See ggllIInnddeexxPPooiinntteerr.
-
GGLL__IINNDDEEXX__AARRRRAAYY__TTYYPPEE
-
_p_a_r_a_m_s returns one value,
the data type of indexes in the color index array. The initial value is
GGLL__FFLLOOAATT.
See ggllIInnddeexxPPooiinntteerr.
-
GGLL__IINNDDEEXX__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of bitplanes in each color index buffer.
-
GGLL__IINNDDEEXX__CCLLEEAARR__VVAALLUUEE
-
_p_a_r_a_m_s returns one value,
the color index used to clear the color index buffers. The initial value
is 0.
See ggllCClleeaarrIInnddeexx.
-
GGLL__IINNDDEEXX__LLOOGGIICC__OOPP
-
_p_a_r_a_m_s returns a single boolean value indicating whether a fragment's index
values are merged into the framebuffer using a logical
operation. The initial value is GGLL__FFAALLSSEE.
See ggllLLooggiiccOOpp.
-
GGLL__IINNDDEEXX__MMOODDEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether the GL is in
color index mode (GGLL__TTRRUUEE) or RGBA mode (GGLL__FFAALLSSEE).
-
GGLL__IINNDDEEXX__OOFFFFSSEETT
-
_p_a_r_a_m_s returns one value,
the offset added to color and stencil indices during pixel
transfers. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__IINNDDEEXX__SSHHIIFFTT
-
_p_a_r_a_m_s returns one value,
the amount that color and stencil indices are shifted during pixel
transfers. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__IINNDDEEXX__WWRRIITTEEMMAASSKK
-
_p_a_r_a_m_s returns one value,
a mask indicating which bitplanes of each color index buffer can be
written. The initial value is all 1's.
See ggllIInnddeexxMMaasskk.
-
GGLL__LLIIGGHHTT_i
-
_p_a_r_a_m_s returns a single boolean value indicating whether the specified
light is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllLLiigghhtt and ggllLLiigghhttMMooddeell.
-
GGLL__LLIIGGHHTTIINNGG
-
_p_a_r_a_m_s returns a single boolean value indicating whether lighting is
enabled. The initial value is GGLL__FFAALLSSEE.
See ggllLLiigghhttMMooddeell.
-
GGLL__LLIIGGHHTT__MMOODDEELL__AAMMBBIIEENNTT
-
_p_a_r_a_m_s returns four values:
the red, green, blue, and alpha components of the ambient intensity of
the entire scene.
Integer values,
if requested,
are linearly mapped from the internal floating-point representation such
that 1.0 returns the most positive representable integer value,
and -1.0 returns the most negative representable integer
value. The initial value is (0.2, 0.2, 0.2, 1.0).
See ggllLLiigghhttMMooddeell.
-
GGLL__LLIIGGHHTT__MMOODDEELL__CCOOLLOORR__CCOONNTTRROOLL
-
_p_a_r_a_m_s returns single enumerated value indicating whether specular
reflection calculations are separated from normal lighting computations.
The initial value is GGLL__SSIINNGGLLEE__CCOOLLOORR.
-
GGLL__LLIIGGHHTT__MMOODDEELL__LLOOCCAALL__VVIIEEWWEERR
-
_p_a_r_a_m_s returns a single boolean value indicating whether specular reflection
calculations treat the viewer as being local to the scene. The initial
value is GGLL__FFAALLSSEE.
See ggllLLiigghhttMMooddeell.
-
GGLL__LLIIGGHHTT__MMOODDEELL__TTWWOO__SSIIDDEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether separate materials
are used to compute lighting for front- and back-facing
polygons. The initial value is GGLL__FFAALLSSEE.
See ggllLLiigghhttMMooddeell.
-
GGLL__LLIINNEE__SSMMOOOOTTHH
-
_p_a_r_a_m_s returns a single boolean value indicating whether antialiasing of
lines is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllLLiinneeWWiiddtthh.
-
GGLL__LLIINNEE__SSMMOOOOTTHH__HHIINNTT
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating the mode of the line antialiasing
hint. The initial value is GGLL__DDOONNTT__CCAARREE.
See ggllHHiinntt.
-
GGLL__LLIINNEE__SSTTIIPPPPLLEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether stippling of lines
is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllLLiinneeSSttiippppllee.
-
GGLL__LLIINNEE__SSTTIIPPPPLLEE__PPAATTTTEERRNN
-
_p_a_r_a_m_s returns one value,
the 16-bit line stipple pattern. The initial value is all 1's.
See ggllLLiinneeSSttiippppllee.
-
GGLL__LLIINNEE__SSTTIIPPPPLLEE__RREEPPEEAATT
-
_p_a_r_a_m_s returns one value,
the line stipple repeat factor. The initial value is 1.
See ggllLLiinneeSSttiippppllee.
-
GGLL__LLIINNEE__WWIIDDTTHH
-
_p_a_r_a_m_s returns one value,
the line width as specified with ggllLLiinneeWWiiddtthh. The initial value is
1.
-
GGLL__LLIINNEE__WWIIDDTTHH__GGRRAANNUULLAARRIITTYY
-
_p_a_r_a_m_s returns one value,
the width difference between adjacent supported widths for antialiased lines.
See ggllLLiinneeWWiiddtthh.
-
GGLL__LLIINNEE__WWIIDDTTHH__RRAANNGGEE
-
_p_a_r_a_m_s returns two values:
the smallest and largest supported widths for antialiased
lines.
See ggllLLiinneeWWiiddtthh.
-
GGLL__LLIISSTT__BBAASSEE
-
_p_a_r_a_m_s returns one value,
the base offset added to all names in arrays presented to
ggllCCaallllLLiissttss. The initial value is 0.
See ggllLLiissttBBaassee.
-
GGLL__LLIISSTT__IINNDDEEXX
-
_p_a_r_a_m_s returns one value,
the name of the display list currently under construction.
0 is returned if no display list is currently under
construction. The initial value is 0.
See ggllNNeewwLLiisstt.
-
GGLL__LLIISSTT__MMOODDEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating the construction mode of the display list
currently under construction. The initial value is 0.
See ggllNNeewwLLiisstt.
-
GGLL__LLOOGGIICC__OOPP__MMOODDEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating the selected logic operation
mode. The initial value is GGLL__CCOOPPYY.
See ggllLLooggiiccOOpp.
-
GGLL__MMAAPP11__CCOOLLOORR__44
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates colors. The initial value is GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__GGRRIIDD__DDOOMMAAIINN
-
_p_a_r_a_m_s returns two values:
the endpoints of the 1D map's grid domain. The initial value is (0, 1).
See ggllMMaappGGrriidd.
-
GGLL__MMAAPP11__GGRRIIDD__SSEEGGMMEENNTTSS
-
_p_a_r_a_m_s returns one value,
the number of partitions in the 1D map's grid domain. The initial value
is 1.
See ggllMMaappGGrriidd.
-
GGLL__MMAAPP11__IINNDDEEXX
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates color indices. The initial value is GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__NNOORRMMAALL
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates normals. The initial value is GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__TTEEXXTTUURREE__CCOOOORRDD__11
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates 1D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__TTEEXXTTUURREE__CCOOOORRDD__22
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates 2D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__TTEEXXTTUURREE__CCOOOORRDD__33
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates 3D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__TTEEXXTTUURREE__CCOOOORRDD__44
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates 4D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__VVEERRTTEEXX__33
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates 3D vertex coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP11__VVEERRTTEEXX__44
-
_p_a_r_a_m_s returns a single boolean value indicating whether
1D evaluation generates 4D vertex coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp11.
-
GGLL__MMAAPP22__CCOOLLOORR__44
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates colors. The initial value is GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__GGRRIIDD__DDOOMMAAIINN
-
_p_a_r_a_m_s returns four values:
the endpoints of the 2D map's $i$ and $j$ grid domains. The initial value
is (0,1; 0,1).
See ggllMMaappGGrriidd.
-
GGLL__MMAAPP22__GGRRIIDD__SSEEGGMMEENNTTSS
-
_p_a_r_a_m_s returns two values:
the number of partitions in the 2D map's $i$ and $j$ grid
domains. The initial value is (1,1).
See ggllMMaappGGrriidd.
-
GGLL__MMAAPP22__IINNDDEEXX
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates color indices. The initial value is GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__NNOORRMMAALL
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates normals. The initial value is GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__TTEEXXTTUURREE__CCOOOORRDD__11
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates 1D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__TTEEXXTTUURREE__CCOOOORRDD__22
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates 2D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__TTEEXXTTUURREE__CCOOOORRDD__33
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates 3D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__TTEEXXTTUURREE__CCOOOORRDD__44
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates 4D texture coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__VVEERRTTEEXX__33
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates 3D vertex coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP22__VVEERRTTEEXX__44
-
_p_a_r_a_m_s returns a single boolean value indicating whether
2D evaluation generates 4D vertex coordinates. The initial value is
GGLL__FFAALLSSEE.
See ggllMMaapp22.
-
GGLL__MMAAPP__CCOOLLOORR
-
_p_a_r_a_m_s returns a single boolean value indicating if colors and
color indices are to be replaced by table lookup during pixel
transfers. The initial value is GGLL__FFAALLSSEE.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__MMAAPP__SSTTEENNCCIILL
-
_p_a_r_a_m_s returns a single boolean value indicating if stencil indices
are to be replaced by table lookup during pixel transfers. The initial
value is GGLL__FFAALLSSEE.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__MMAATTRRIIXX__MMOODDEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating which matrix stack is currently the
target of all matrix operations. The initial value is GGLL__MMOODDEELLVVIIEEWW.
See ggllMMaattrriixxMMooddee.
-
GGLL__MMAAXX__33DD__TTEEXXTTUURREE__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
a rough estimate of the largest 3D texture that the GL can handle.
If the GL version is 1.2 or greater, use
GGLL__PPRROOXXYY__TTEEXXTTUURREE__33DD to determine if a texture is too large.
See ggllTTeexxIImmaaggee33DD.
-
GGLL__MMAAXX__CCLLIIEENNTT__AATTTTRRIIBB__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value indicating the maximum supported depth
of the client attribute stack.
See ggllPPuusshhCClliieennttAAttttrriibb.
-
GGLL__MMAAXX__AATTTTRRIIBB__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the maximum supported depth of the attribute stack. The value must be at least 16.
See ggllPPuusshhAAttttrriibb.
-
GGLL__MMAAXX__CCLLIIPP__PPLLAANNEESS
-
_p_a_r_a_m_s returns one value,
the maximum number of application-defined clipping planes. The value must be at least 6.
See ggllCClliippPPllaannee.
-
GGLL__MMAAXX__CCOOLLOORR__MMAATTRRIIXX__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value, the maximum supported depth of the color matrix
stack. The value must be at least 2.
See ggllPPuusshhMMaattrriixx.
-
GGLL__MMAAXX__EELLEEMMEENNTTSS__IINNDDIICCEESS
-
_p_a_r_a_m_s returns one value,
the recommended maximum number of vertex array indices. See ggllDDrraawwRRaannggeeEElleemmeennttss.
-
GGLL__MMAAXX__EELLEEMMEENNTTSS__VVEERRTTIICCEESS
-
_p_a_r_a_m_s returns one value,
the recommended maximum number of vertex array vertices. See ggllDDrraawwRRaannggeeEElleemmeennttss.
-
GGLL__MMAAXX__EEVVAALL__OORRDDEERR
-
_p_a_r_a_m_s returns one value,
the maximum equation order supported by 1D and 2D
evaluators. The value must be at least 8.
See ggllMMaapp11 and ggllMMaapp22.
-
GGLL__MMAAXX__LLIIGGHHTTSS
-
_p_a_r_a_m_s returns one value,
the maximum number of lights. The value must be at least 8.
See ggllLLiigghhtt.
-
GGLL__MMAAXX__LLIISSTT__NNEESSTTIINNGG
-
_p_a_r_a_m_s returns one value,
the maximum recursion depth allowed during display-list
traversal. The value must be at least 64.
See ggllCCaallllLLiisstt.
-
GGLL__MMAAXX__MMOODDEELLVVIIEEWW__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the maximum supported depth of the modelview matrix stack. The value must
be at least 32.
See ggllPPuusshhMMaattrriixx.
-
GGLL__MMAAXX__NNAAMMEE__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the maximum supported depth of the selection name stack. The value must be at least 64.
See ggllPPuusshhNNaammee.
-
GGLL__MMAAXX__PPIIXXEELL__MMAAPP__TTAABBLLEE
-
_p_a_r_a_m_s returns one value,
the maximum supported size of a ggllPPiixxeellMMaapp lookup table.
The value must be at least 32.
See ggllPPiixxeellMMaapp.
-
GGLL__MMAAXX__PPRROOJJEECCTTIIOONN__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the maximum supported depth of the projection matrix stack. The value must be at least 2.
See ggllPPuusshhMMaattrriixx.
-
GGLL__MMAAXX__TTEEXXTTUURREE__SSIIZZEE
-
_p_a_r_a_m_s returns one value.
The value gives a rough estimate of the largest texture that
the GL can handle.
If the GL version is 1.1 or greater, use
GGLL__PPRROOXXYY__TTEEXXTTUURREE__11DD or GGLL__PPRROOXXYY__TTEEXXTTUURREE__22DD
to determine if a texture is too large.
See ggllTTeexxIImmaaggee11DD and ggllTTeexxIImmaaggee22DD.
-
GGLL__MMAAXX__TTEEXXTTUURREE__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the maximum supported depth of the texture matrix stack. The value must be at least 2.
See ggllPPuusshhMMaattrriixx.
-
GGLL__MMAAXX__TTEEXXTTUURREE__UUNNIITTSS__AARRBB
-
_p_a_r_a_m_s returns a single value indicating the number of texture units
supported. The value must be at least 1.
See ggllAAccttiivveeTTeexxttuurreeAARRBB.
-
GGLL__MMAAXX__VVIIEEWWPPOORRTT__DDIIMMSS
-
_p_a_r_a_m_s returns two values:
the maximum supported width and height of the viewport.
These must be at least as large as the visible dimensions of the display
being rendered to.
See ggllVViieewwppoorrtt.
-
GGLL__MMIINNMMAAXX
-
_p_a_r_a_m_s returns a single boolean value indicating whether pixel minmax
values are computed. The initial value is GGLL__FFAALLSSEE.
See ggllMMiinnmmaaxx.
-
GGLL__MMOODDEELLVVIIEEWW__MMAATTRRIIXX
-
_p_a_r_a_m_s returns sixteen values:
the modelview matrix on the top of the modelview matrix stack. Initially
this matrix is the identity matrix. See ggllPPuusshhMMaattrriixx.
-
GGLL__MMOODDEELLVVIIEEWW__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the number of matrices on the modelview matrix stack.
The initial value is 1.
See ggllPPuusshhMMaattrriixx.
-
GGLL__NNAAMMEE__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the number of names on the selection name stack. The initial value is 0.
See ggllPPuusshhNNaammee.
-
GGLL__NNOORRMMAALL__AARRRRAAYY
-
_p_a_r_a_m_s returns a single boolean value, indicating whether the normal
array is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllNNoorrmmaallPPooiinntteerr.
-
GGLL__NNOORRMMAALL__AARRRRAAYY__SSTTRRIIDDEE
-
_p_a_r_a_m_s returns one value,
the byte offset between consecutive normals in the normal
array. The initial value is 0.
See ggllNNoorrmmaallPPooiinntteerr.
-
GGLL__NNOORRMMAALL__AARRRRAAYY__TTYYPPEE
-
_p_a_r_a_m_s returns one value,
the data type of each coordinate in the normal array. The initial value is
GGLL__FFLLOOAATT.
See ggllNNoorrmmaallPPooiinntteerr.
-
GGLL__NNOORRMMAALLIIZZEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether normals are
automatically scaled to unit length after they have been transformed to
eye coordinates. The initial value is GGLL__FFAALLSSEE.
See ggllNNoorrmmaall.
-
GGLL__PPAACCKK__AALLIIGGNNMMEENNTT
-
_p_a_r_a_m_s returns one value,
the byte alignment used for writing pixel data to memory. The initial
value is 4.
See ggllPPiixxeellSSttoorree.
-
GGLL__PPAACCKK__IIMMAAGGEE__HHEEIIGGHHTT
-
_p_a_r_a_m_s returns one value,
the image height used for writing pixel data to memory. The initial
value is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__PPAACCKK__LLSSBB__FFIIRRSSTT
-
_p_a_r_a_m_s 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 GGLL__FFAALLSSEE.
See ggllPPiixxeellSSttoorree.
-
GGLL__PPAACCKK__RROOWW__LLEENNGGTTHH
-
_p_a_r_a_m_s returns one value,
the row length used for writing pixel data to memory. The initial value is
0.
See ggllPPiixxeellSSttoorree.
-
GGLL__PPAACCKK__SSKKIIPP__IIMMAAGGEESS
-
_p_a_r_a_m_s returns one value,
the number of pixel images skipped before the first pixel is written
into memory. The initial value is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__PPAACCKK__SSKKIIPP__PPIIXXEELLSS
-
_p_a_r_a_m_s returns one value,
the number of pixel locations skipped before the first pixel is written
into memory. The initial value is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__PPAACCKK__SSKKIIPP__RROOWWSS
-
_p_a_r_a_m_s 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 ggllPPiixxeellSSttoorree.
-
GGLL__PPAACCKK__SSWWAAPP__BBYYTTEESS
-
_p_a_r_a_m_s 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 GGLL__FFAALLSSEE.
See ggllPPiixxeellSSttoorree.
-
GGLL__PPEERRSSPPEECCTTIIVVEE__CCOORRRREECCTTIIOONN__HHIINNTT
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating the mode of the perspective correction
hint. The initial value is GGLL__DDOONNTT__CCAARREE.
See ggllHHiinntt.
-
GGLL__PPIIXXEELL__MMAAPP__AA__TTOO__AA__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the alpha-to-alpha pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__BB__TTOO__BB__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the blue-to-blue pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__GG__TTOO__GG__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the green-to-green pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__II__TTOO__AA__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the index-to-alpha pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__II__TTOO__BB__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the index-to-blue pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__II__TTOO__GG__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the index-to-green pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__II__TTOO__II__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the index-to-index pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__II__TTOO__RR__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the index-to-red pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__RR__TTOO__RR__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the red-to-red pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPIIXXEELL__MMAAPP__SS__TTOO__SS__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the size of the stencil-to-stencil pixel translation table.
The initial value is 1.
See ggllPPiixxeellMMaapp.
-
GGLL__PPOOIINNTT__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the point size as specified by ggllPPooiinnttSSiizzee. The initial value is 1.
-
GGLL__PPOOIINNTT__SSIIZZEE__GGRRAANNUULLAARRIITTYY
-
_p_a_r_a_m_s returns one value,
the size difference between adjacent supported sizes for antialiased points.
See ggllPPooiinnttSSiizzee.
-
GGLL__PPOOIINNTT__SSIIZZEE__RRAANNGGEE
-
_p_a_r_a_m_s returns two values:
the smallest and largest supported sizes for antialiased
points. The smallest size must be at most 1, and the largest size must
be at least 1.
See ggllPPooiinnttSSiizzee.
-
GGLL__PPOOIINNTT__SSMMOOOOTTHH
-
_p_a_r_a_m_s returns a single boolean value indicating whether antialiasing of
points is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllPPooiinnttSSiizzee.
-
GGLL__PPOOIINNTT__SSMMOOOOTTHH__HHIINNTT
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating the mode of the point antialiasing
hint. The initial value is GGLL__DDOONNTT__CCAARREE.
See ggllHHiinntt.
-
GGLL__PPOOLLYYGGOONN__MMOODDEE
-
_p_a_r_a_m_s 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
GGLL__FFIILLLL.
See ggllPPoollyyggoonnMMooddee.
-
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__FFAACCTTOORR
-
_p_a_r_a_m_s 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 ggllPPoollyyggoonnOOffffsseett.
-
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__UUNNIITTSS
-
_p_a_r_a_m_s 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 ggllPPoollyyggoonnOOffffsseett.
-
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__FFIILLLL
-
_p_a_r_a_m_s returns a single boolean value indicating whether polygon offset
is enabled for polygons in fill mode. The initial value is GGLL__FFAALLSSEE.
See ggllPPoollyyggoonnOOffffsseett.
-
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__LLIINNEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether polygon offset
is enabled for polygons in line mode. The initial value is GGLL__FFAALLSSEE.
See ggllPPoollyyggoonnOOffffsseett.
-
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__PPOOIINNTT
-
_p_a_r_a_m_s returns a single boolean value indicating whether polygon offset
is enabled for polygons in point mode. The initial value is GGLL__FFAALLSSEE.
See ggllPPoollyyggoonnOOffffsseett.
-
GGLL__PPOOLLYYGGOONN__SSMMOOOOTTHH
-
_p_a_r_a_m_s returns a single boolean value indicating whether antialiasing of
polygons is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllPPoollyyggoonnMMooddee.
-
GGLL__PPOOLLYYGGOONN__SSMMOOOOTTHH__HHIINNTT
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating the mode of the polygon antialiasing
hint. The initial value is GGLL__DDOONNTT__CCAARREE.
See ggllHHiinntt.
-
GGLL__PPOOLLYYGGOONN__SSTTIIPPPPLLEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether polygon
stippling is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllPPoollyyggoonnSSttiippppllee.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__CCOOLLOORR__TTAABBLLEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether post color
matrix transformation lookup is enabled. The initial value is
GGLL__FFAALLSSEE.
See ggllCCoolloorrTTaabbllee.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__RREEDD__BBIIAASS
-
_p_a_r_a_m_s returns one value, the red bias factor applied to RGBA fragments
after color matrix transformations. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__GGRREEEENN__BBIIAASS
-
_p_a_r_a_m_s returns one value, the green bias factor applied to RGBA fragments
after color matrix transformations. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__BBLLUUEE__BBIIAASS
-
_p_a_r_a_m_s returns one value, the blue bias factor applied to RGBA fragments
after color matrix transformations. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__AALLPPHHAA__BBIIAASS
-
_p_a_r_a_m_s returns one value, the alpha bias factor applied to RGBA fragments
after color matrix transformations. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__RREEDD__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the red scale factor applied to RGBA fragments
after color matrix transformations. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__GGRREEEENN__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the green scale factor applied to RGBA fragments
after color matrix transformations. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__BBLLUUEE__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the blue scale factor applied to RGBA fragments
after color matrix transformations. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__AALLPPHHAA__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the alpha scale factor applied to RGBA fragments
after color matrix transformations. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__CCOOLLOORR__TTAABBLLEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether post convolution
lookup is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllCCoolloorrTTaabbllee.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__RREEDD__BBIIAASS
-
_p_a_r_a_m_s returns one value, the red bias factor applied to RGBA fragments
after convolution. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__GGRREEEENN__BBIIAASS
-
_p_a_r_a_m_s returns one value, the green bias factor applied to RGBA fragments
after convolution. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__BBLLUUEE__BBIIAASS
-
_p_a_r_a_m_s returns one value, the blue bias factor applied to RGBA fragments
after convolution. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__AALLPPHHAA__BBIIAASS
-
_p_a_r_a_m_s returns one value, the alpha bias factor applied to RGBA fragments
after convolution. The initial value is 0.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__RREEDD__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the red scale factor applied to RGBA fragments
after convolution. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__GGRREEEENN__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the green scale factor applied to RGBA fragments
after convolution. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__BBLLUUEE__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the blue scale factor applied to RGBA fragments
after convolution. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__AALLPPHHAA__SSCCAALLEE
-
_p_a_r_a_m_s returns one value, the alpha scale factor applied to RGBA fragments
after convolution. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__PPRROOJJEECCTTIIOONN__MMAATTRRIIXX
-
_p_a_r_a_m_s returns sixteen values:
the projection matrix on the top of the projection matrix
stack. Initially this matrix is the identity matrix.
See ggllPPuusshhMMaattrriixx.
-
GGLL__PPRROOJJEECCTTIIOONN__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the number of matrices on the projection matrix stack.
The initial value is 1.
See ggllPPuusshhMMaattrriixx.
-
GGLL__RREEAADD__BBUUFFFFEERR
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating which color buffer is selected for
reading. The initial value is GGLL__BBAACCKK if there is a back buffer,
otherwise it is GGLL__FFRROONNTT.
See
ggllRReeaaddPPiixxeellss and ggllAAccccuumm.
-
GGLL__RREEDD__BBIIAASS
-
_p_a_r_a_m_s returns one value,
the red bias factor used during pixel transfers. The initial value is 0.
-
GGLL__RREEDD__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of red bitplanes in each color buffer.
-
GGLL__RREEDD__SSCCAALLEE
-
_p_a_r_a_m_s returns one value,
the red scale factor used during pixel transfers. The initial value is 1.
See ggllPPiixxeellTTrraannssffeerr.
-
GGLL__RREENNDDEERR__MMOODDEE
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating whether the GL is in render,
select,
or feedback mode. The initial value is GGLL__RREENNDDEERR.
See ggllRReennddeerrMMooddee.
-
GGLL__RREESSCCAALLEE__NNOORRMMAALL
-
_p_a_r_a_m_s returns single boolean value
indicating whether normal rescaling is enabled.
See ggllEEnnaabbllee.
-
GGLL__RRGGBBAA__MMOODDEE
-
_p_a_r_a_m_s returns a single boolean value indicating whether the GL is in RGBA
mode (true) or color index mode (false).
See ggllCCoolloorr.
-
GGLL__SSCCIISSSSOORR__BBOOXX
-
_p_a_r_a_m_s returns four values:
the $x$ and $y$ window coordinates of the scissor box,
followed by its width and height.
Initially the $x$ and $y$ window coordinates are both 0 and the
width and height are set to the size of the window.
See ggllSScciissssoorr.
-
GGLL__SSCCIISSSSOORR__TTEESSTT
-
_p_a_r_a_m_s returns a single boolean value indicating whether scissoring is
enabled. The initial value is GGLL__FFAALLSSEE.
See ggllSScciissssoorr.
-
GGLL__SSEELLEECCTTIIOONN__BBUUFFFFEERR__SSIIZZEE
-
_p_a_r_a_m_s return one value,
the size of the selection buffer.
See ggllSSeelleeccttBBuuffffeerr.
-
GGLL__SSEEPPAARRAABBLLEE__22DD
-
_p_a_r_a_m_s returns a single boolean value indicating whether 2D separable
convolution is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllSSeeppaarraabblleeFFiilltteerr22DD.
-
GGLL__SSHHAADDEE__MMOODDEELL
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating whether the shading mode is flat or
smooth. The initial value is GGLL__SSMMOOOOTTHH.
See ggllSShhaaddeeMMooddeell.
-
GGLL__SSMMOOOOTTHH__LLIINNEE__WWIIDDTTHH__RRAANNGGEE
-
_p_a_r_a_m_s returns two values,
the smallest and largest supported widths for antialiased lines.
See ggllLLiinneeWWiiddtthh.
-
GGLL__SSMMOOOOTTHH__LLIINNEE__WWIIDDTTHH__GGRRAANNUULLAARRIITTYY
-
_p_a_r_a_m_s returns one value,
the granularity of widths for antialiased lines.
See ggllLLiinneeWWiiddtthh.
-
GGLL__SSMMOOOOTTHH__PPOOIINNTT__SSIIZZEE__RRAANNGGEE
-
_p_a_r_a_m_s returns two values,
the smallest and largest supported widths for antialiased points.
See ggllPPooiinnttSSiizzee.
-
GGLL__SSMMOOOOTTHH__PPOOIINNTT__SSIIZZEE__GGRRAANNUULLAARRIITTYY
-
_p_a_r_a_m_s returns one value,
the granularity of sizes for antialiased points.
See ggllPPooiinnttSSiizzee.
-
GGLL__SSTTEENNCCIILL__BBIITTSS
-
_p_a_r_a_m_s returns one value,
the number of bitplanes in the stencil buffer.
-
GGLL__SSTTEENNCCIILL__CCLLEEAARR__VVAALLUUEE
-
_p_a_r_a_m_s returns one value,
the index to which the stencil bitplanes are cleared. The initial value is
0.
See ggllCClleeaarrSStteenncciill.
-
GGLL__SSTTEENNCCIILL__FFAAIILL
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating what action is taken when the stencil
test fails. The initial value is GGLL__KKEEEEPP.
See ggllSStteenncciillOOpp.
-
GGLL__SSTTEENNCCIILL__FFUUNNCC
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating what function is used to compare the
stencil reference value with the stencil buffer value. The initial value
is GGLL__AALLWWAAYYSS.
See ggllSStteenncciillFFuunncc.
-
GGLL__SSTTEENNCCIILL__PPAASSSS__DDEEPPTTHH__FFAAIILL
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating what action is taken when the stencil
test passes,
but the depth test fails. The initial value is GGLL__KKEEEEPP.
See ggllSStteenncciillOOpp.
-
GGLL__SSTTEENNCCIILL__PPAASSSS__DDEEPPTTHH__PPAASSSS
-
_p_a_r_a_m_s returns one value,
a symbolic constant indicating what action is taken when the stencil
test passes and the depth test passes. The initial value is GGLL__KKEEEEPP.
See ggllSStteenncciillOOpp.
-
GGLL__SSTTEENNCCIILL__RREEFF
-
_p_a_r_a_m_s returns one value,
the reference value that is compared with the contents of the stencil
buffer. The initial value is 0.
See ggllSStteenncciillFFuunncc.
-
GGLL__SSTTEENNCCIILL__TTEESSTT
-
_p_a_r_a_m_s returns a single boolean value indicating whether stencil testing
of fragments is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllSStteenncciillFFuunncc and ggllSStteenncciillOOpp.
-
GGLL__SSTTEENNCCIILL__VVAALLUUEE__MMAASSKK
-
_p_a_r_a_m_s returns one value,
the mask that is used to mask both the stencil reference value and the
stencil buffer value before they are compared. The initial value is all 1's.
See ggllSStteenncciillFFuunncc.
-
GGLL__SSTTEENNCCIILL__WWRRIITTEEMMAASSKK
-
_p_a_r_a_m_s returns one value,
the mask that controls writing of the stencil bitplanes. The initial value
is all 1's. See ggllSStteenncciillMMaasskk.
-
GGLL__SSTTEERREEOO
-
_p_a_r_a_m_s returns a single boolean value indicating whether stereo buffers
(left and right) are supported.
-
GGLL__SSUUBBPPIIXXEELL__BBIITTSS
-
_p_a_r_a_m_s returns one value,
an estimate of the number of bits of subpixel resolution that are used to
position rasterized geometry in window coordinates. The initial value
is 4.
-
GGLL__TTEEXXTTUURREE__11DD
-
_p_a_r_a_m_s returns a single boolean value indicating whether 1D texture
mapping is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxIImmaaggee11DD.
-
GGLL__TTEEXXTTUURREE__BBIINNDDIINNGG__11DD
-
_p_a_r_a_m_s returns a single value, the name of the texture
currently bound to the target GGLL__TTEEXXTTUURREE__11DD. The initial value is 0.
See ggllBBiinnddTTeexxttuurree.
-
GGLL__TTEEXXTTUURREE__22DD
-
_p_a_r_a_m_s returns a single boolean value indicating whether 2D texture
mapping is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxIImmaaggee22DD.
-
GGLL__TTEEXXTTUURREE__BBIINNDDIINNGG__22DD
-
_p_a_r_a_m_s returns a single value, the name of the texture
currently bound to the target GGLL__TTEEXXTTUURREE__22DD. The initial value is 0.
See ggllBBiinnddTTeexxttuurree.
-
GGLL__TTEEXXTTUURREE__33DD
-
_p_a_r_a_m_s returns a single boolean value indicating whether 3D texture
mapping is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxIImmaaggee33DD.
-
GGLL__TTEEXXTTUURREE__BBIINNDDIINNGG__33DD
-
_p_a_r_a_m_s returns a single value, the name of the texture
currently bound to the target GGLL__TTEEXXTTUURREE__33DD. The initial value is 0.
See ggllBBiinnddTTeexxttuurree.
-
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY
-
_p_a_r_a_m_s returns a single boolean value indicating whether the texture
coordinate array is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxCCoooorrddPPooiinntteerr.
-
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the number of coordinates per element in the texture coordinate
array. The initial value is 4.
See ggllTTeexxCCoooorrddPPooiinntteerr.
-
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__SSTTRRIIDDEE
-
_p_a_r_a_m_s returns one value,
the byte offset between consecutive elements in the texture coordinate
array. The initial value is 0.
See ggllTTeexxCCoooorrddPPooiinntteerr.
-
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__TTYYPPEE
-
_p_a_r_a_m_s returns one value,
the data type of the coordinates in the texture coordinate
array. The initial value is GGLL__FFLLOOAATT.
See ggllTTeexxCCoooorrddPPooiinntteerr.
-
GGLL__TTEEXXTTUURREE__GGEENN__QQ
-
_p_a_r_a_m_s returns a single boolean value indicating whether automatic generation
of the _q texture coordinate is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxGGeenn.
-
GGLL__TTEEXXTTUURREE__GGEENN__RR
-
_p_a_r_a_m_s returns a single boolean value indicating whether automatic generation
of the _r texture coordinate is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxGGeenn.
-
GGLL__TTEEXXTTUURREE__GGEENN__SS
-
_p_a_r_a_m_s returns a single boolean value indicating whether automatic generation
of the _S texture coordinate is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxGGeenn.
-
GGLL__TTEEXXTTUURREE__GGEENN__TT
-
_p_a_r_a_m_s returns a single boolean value indicating whether automatic generation
of the T texture coordinate is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllTTeexxGGeenn.
-
GGLL__TTEEXXTTUURREE__MMAATTRRIIXX
-
_p_a_r_a_m_s returns sixteen values:
the texture matrix on the top of the texture matrix stack. Initially this
matrix is the identity matrix.
See ggllPPuusshhMMaattrriixx.
-
GGLL__TTEEXXTTUURREE__SSTTAACCKK__DDEEPPTTHH
-
_p_a_r_a_m_s returns one value,
the number of matrices on the texture matrix stack.
The initial value is 1.
See ggllPPuusshhMMaattrriixx.
-
GGLL__UUNNPPAACCKK__AALLIIGGNNMMEENNTT
-
_p_a_r_a_m_s returns one value,
the byte alignment used for reading pixel data from memory. The initial
value is 4.
See ggllPPiixxeellSSttoorree.
-
GGLL__UUNNPPAACCKK__IIMMAAGGEE__HHEEIIGGHHTT
-
_p_a_r_a_m_s returns one value,
the image height used for reading pixel data from memory. The initial
is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__UUNNPPAACCKK__LLSSBB__FFIIRRSSTT
-
_p_a_r_a_m_s returns a single boolean value indicating whether single-bit
pixels being read from memory are read first from the least significant
bit of each unsigned byte. The initial value is GGLL__FFAALLSSEE.
See ggllPPiixxeellSSttoorree.
-
GGLL__UUNNPPAACCKK__RROOWW__LLEENNGGTTHH
-
_p_a_r_a_m_s returns one value,
the row length used for reading pixel data from memory. The initial value
is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__UUNNPPAACCKK__SSKKIIPP__IIMMAAGGEESS
-
_p_a_r_a_m_s returns one value,
the number of pixel images skipped before the first pixel is read
from memory. The initial value is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__UUNNPPAACCKK__SSKKIIPP__PPIIXXEELLSS
-
_p_a_r_a_m_s returns one value,
the number of pixel locations skipped before the first pixel is read
from memory. The initial value is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__UUNNPPAACCKK__SSKKIIPP__RROOWWSS
-
_p_a_r_a_m_s returns one value,
the number of rows of pixel locations skipped before the first pixel is read
from memory. The initial value is 0.
See ggllPPiixxeellSSttoorree.
-
GGLL__UUNNPPAACCKK__SSWWAAPP__BBYYTTEESS
-
_p_a_r_a_m_s returns a single boolean value indicating whether the bytes of
two-byte and four-byte pixel indices and components are swapped after being
read from memory. The initial value is GGLL__FFAALLSSEE.
See ggllPPiixxeellSSttoorree.
-
GGLL__VVEERRTTEEXX__AARRRRAAYY
-
_p_a_r_a_m_s returns a single boolean value indicating whether the vertex
array is enabled. The initial value is GGLL__FFAALLSSEE.
See ggllVVeerrtteexxPPooiinntteerr.
-
GGLL__VVEERRTTEEXX__AARRRRAAYY__SSIIZZEE
-
_p_a_r_a_m_s returns one value,
the number of coordinates per vertex in the vertex array. The initial
value is 4.
See ggllVVeerrtteexxPPooiinntteerr.
-
GGLL__VVEERRTTEEXX__AARRRRAAYY__SSTTRRIIDDEE
-
_p_a_r_a_m_s returns one value,
the byte offset between consecutive vertices in the vertex
array. The initial value is 0.
See ggllVVeerrtteexxPPooiinntteerr.
-
GGLL__VVEERRTTEEXX__AARRRRAAYY__TTYYPPEE
-
_p_a_r_a_m_s returns one value,
the data type of each coordinate in the vertex array. The initial value is
GGLL__FFLLOOAATT.
See ggllVVeerrtteexxPPooiinntteerr.
-
GGLL__VVIIEEWWPPOORRTT
-
_p_a_r_a_m_s returns four values:
the $x$ and $y$ window coordinates of the viewport,
followed by its width and height.
Initially the $x$ and $y$ window coordinates are both set to 0,
and the width and height are set to the width and height of the window into
which the GL will do its rendering.
See ggllVViieewwppoorrtt.
-
GGLL__ZZOOOOMM__XX
-
_p_a_r_a_m_s returns one value,
the $x$ pixel zoom factor. The initial value is 1.
See ggllPPiixxeellZZoooomm.
-
GGLL__ZZOOOOMM__YY
-
_p_a_r_a_m_s returns one value,
the $y$ pixel zoom factor. The initial value is 1.
See ggllPPiixxeellZZoooomm.
Many of the boolean parameters can also be queried more easily using
ggllIIssEEnnaabblleedd.
NOTES
GGLL__CCOOLLOORR__LLOOGGIICC__OOPP,
GGLL__CCOOLLOORR__AARRRRAAYY,
GGLL__CCOOLLOORR__AARRRRAAYY__SSIIZZEE,
GGLL__CCOOLLOORR__AARRRRAAYY__SSTTRRIIDDEE,
GGLL__CCOOLLOORR__AARRRRAAYY__TTYYPPEE,
GGLL__EEDDGGEE__FFLLAAGG__AARRRRAAYY,
GGLL__EEDDGGEE__FFLLAAGG__AARRRRAAYY__SSTTRRIIDDEE,
GGLL__IINNDDEEXX__AARRRRAAYY,
GGLL__IINNDDEEXX__AARRRRAAYY__SSTTRRIIDDEE,
GGLL__IINNDDEEXX__AARRRRAAYY__TTYYPPEE,
GGLL__IINNDDEEXX__LLOOGGIICC__OOPP,
GGLL__NNOORRMMAALL__AARRRRAAYY,
GGLL__NNOORRMMAALL__AARRRRAAYY__SSTTRRIIDDEE,
GGLL__NNOORRMMAALL__AARRRRAAYY__TTYYPPEE,
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__UUNNIITTSS,
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__FFAACCTTOORR,
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__FFIILLLL,
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__LLIINNEE,
GGLL__PPOOLLYYGGOONN__OOFFFFSSEETT__PPOOIINNTT,
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY,
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__SSIIZZEE,
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__SSTTRRIIDDEE,
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__TTYYPPEE,
GGLL__VVEERRTTEEXX__AARRRRAAYY,
GGLL__VVEERRTTEEXX__AARRRRAAYY__SSIIZZEE,
GGLL__VVEERRTTEEXX__AARRRRAAYY__SSTTRRIIDDEE, and
GGLL__VVEERRTTEEXX__AARRRRAAYY__TTYYPPEE
are available only if the GL version is 1.1 or greater.
GGLL__AALLIIAASSEEDD__PPOOIINNTT__SSIIZZEE__RRAANNGGEE,
GGLL__AALLIIAASSEEDD__PPOOIINNTT__SSIIZZEE__GGRRAANNUULLAARRIITTYY,
GGLL__FFEEEEDDBBAACCKK__BBUUFFFFEERR__SSIIZZEE,
GGLL__FFEEEEDDBBAACCKK__BBUUFFFFEERR__TTYYPPEE,
GGLL__LLIIGGHHTT__MMOODDEELL__AAMMBBIIEENNTT,
GGLL__LLIIGGHHTT__MMOODDEELL__CCOOLLOORR__CCOONNTTRROOLL,
GGLL__MMAAXX__33DD__TTEEXXTTUURREE__SSIIZZEE,
GGLL__MMAAXX__EELLEEMMEENNTTSS__IINNDDIICCEESS,
GGLL__MMAAXX__EELLEEMMEENNTTSS__VVEERRTTIICCEESS,
GGLL__PPAACCKK__IIMMAAGGEE__HHEEIIGGHHTT,
GGLL__PPAACCKK__SSKKIIPP__IIMMAAGGEESS,
GGLL__RREESSCCAALLEE__NNOORRMMAALL,
GGLL__SSEELLEECCTTIIOONN__BBUUFFFFEERR__SSIIZZEE,
GGLL__SSMMOOOOTTHH__LLIINNEE__WWIIDDTTHH__GGRRAANNUULLAARRIITTYY,
GGLL__SSMMOOOOTTHH__LLIINNEE__WWIIDDTTHH__RRAANNGGEE,
GGLL__SSMMOOOOTTHH__PPOOIINNTT__SSIIZZEE__GGRRAANNUULLAARRIITTYY,
GGLL__SSMMOOOOTTHH__PPOOIINNTT__SSIIZZEE__RRAANNGGEE,
GGLL__TTEEXXTTUURREE__33DD,
GGLL__TTEEXXTTUURREE__BBIINNDDIINNGG__33DD,
GGLL__UUNNPPAACCKK__IIMMAAGGEE__HHEEIIGGHHTT, and
GGLL__UUNNPPAACCKK__SSKKIIPP__IIMMAAGGEESS
are available only if the GL version is 1.2 or greater.
GGLL__LLIINNEE__WWIIDDTTHH__GGRRAANNUULLAARRIITTYY was deprecated in GL version 1.2. Its
functionality was replaced by GGLL__SSMMOOOOTTHH__LLIINNEE__WWIIDDTTHH__GGRRAANNUULLAARRIITTYY.
GGLL__LLIINNEE__WWIIDDTTHH__RRAANNGGEE was deprecated in GL version 1.2. Its
functionality was replaced by GGLL__SSMMOOOOTTHH__LLIINNEE__WWIIDDTTHH__RRAANNGGEE.
GGLL__PPOOIINNTT__SSIIZZEE__GGRRAANNUULLAARRIITTYY was deprecated in GL version 1.2. Its
functionality was replaced by GGLL__SSMMOOOOTTHH__PPOOIINNTT__SSIIZZEE__GGRRAANNUULLAARRIITTYY.
GGLL__PPOOIINNTT__SSIIZZEE__RRAANNGGEE was deprecated in GL version 1.2. Its
functionality was replaced by GGLL__SSMMOOOOTTHH__PPOOIINNTT__SSIIZZEE__RRAANNGGEE.
GGLL__BBLLEENNDD__CCOOLLOORR,
GGLL__BBLLEENNDD__EEQQUUAATTIIOONN,
GGLL__CCOOLLOORR__MMAATTRRIIXX,
GGLL__CCOOLLOORR__MMAATTRRIIXX__SSTTAACCKK__DDEEPPTTHH,
GGLL__CCOOLLOORR__TTAABBLLEE,
GGLL__CCOONNVVOOLLUUTTIIOONN__11DD,
GGLL__CCOONNVVOOLLUUTTIIOONN__22DD,
GGLL__HHIISSTTOOGGRRAAMM,
GGLL__MMAAXX__CCOOLLOORR__MMAATTRRIIXX__SSTTAACCKK__DDEEPPTTHH,
GGLL__MMIINNMMAAXX,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__CCOOLLOORR__TTAABBLLEE,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__RREEDD__BBIIAASS,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__GGRREEEENN__BBIIAASS,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__BBLLUUEE__BBIIAASS,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__AALLPPHHAA__BBIIAASS,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__RREEDD__SSCCAALLEE,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__GGRREEEENN__SSCCAALLEE,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__BBLLUUEE__SSCCAALLEE,
GGLL__PPOOSSTT__CCOOLLOORR__MMAATTRRIIXX__AALLPPHHAA__SSCCAALLEE,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__CCOOLLOORR__TTAABBLLEE,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__RREEDD__BBIIAASS,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__GGRREEEENN__BBIIAASS,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__BBLLUUEE__BBIIAASS,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__AALLPPHHAA__BBIIAASS,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__RREEDD__SSCCAALLEE,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__GGRREEEENN__SSCCAALLEE,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__BBLLUUEE__SSCCAALLEE,
GGLL__PPOOSSTT__CCOONNVVOOLLUUTTIIOONN__AALLPPHHAA__SSCCAALLEE, and
GGLL__SSEEPPAARRAABBLLEE__22DD
are available only if GGLL__AARRBB__iimmaaggiinngg is returned from ggllGGeett
when called with the argument GGLL__EEXXTTEENNSSIIOONNSS.
GGLL__AACCTTIIVVEE__TTEEXXTTUURREE__AARRBB,
GGLL__CCLLIIEENNTT__AACCTTIIVVEE__TTEEXXTTUURREE__AARRBB, and
GGLL__MMAAXX__TTEEXXTTUURREE__UUNNIITTSS__AARRBB are available only if
GGLL__AARRBB__mmuullttiitteexxttuurree is returned from ggllGGeett when called with the
argument GGLL__EEXXTTEENNSSIIOONNSS.
When the GGLL__AARRBB__mmuullttiitteexxttuurree extension is supported, the following
parameters return the associated value for the active texture unit:
GGLL__CCUURRRREENNTT__RRAASSTTEERR__TTEEXXTTUURREE__CCOOOORRDDSS,
GGLL__TTEEXXTTUURREE__11DD, GGLL__TTEEXXTTUURREE__BBIINNDDIINNGG__11DD,
GGLL__TTEEXXTTUURREE__22DD, GGLL__TTEEXXTTUURREE__BBIINNDDIINNGG__22DD,
GGLL__TTEEXXTTUURREE__33DD, GGLL__TTEEXXTTUURREE__BBIINNDDIINNGG__33DD,
GGLL__TTEEXXTTUURREE__GGEENN__SS,
GGLL__TTEEXXTTUURREE__GGEENN__TT,
GGLL__TTEEXXTTUURREE__GGEENN__RR,
GGLL__TTEEXXTTUURREE__GGEENN__QQ,
GGLL__TTEEXXTTUURREE__MMAATTRRIIXX, and
GGLL__TTEEXXTTUURREE__SSTTAACCKK__DDEEPPTTHH.
Likewise, the following parameters return the associated value for the
active client texture unit:
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY,
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__SSIIZZEE,
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__SSTTRRIIDDEE,
GGLL__TTEEXXTTUURREE__CCOOOORRDD__AARRRRAAYY__TTYYPPEE.
ERRORS
GGLL__IINNVVAALLIIDD__EENNUUMM is generated if _p_n_a_m_e is not an accepted value.
GGLL__IINNVVAALLIIDD__OOPPEERRAATTIIOONN is generated if ggllGGeett
is executed between the execution of ggllBBeeggiinn
and the corresponding execution of ggllEEnndd.
SEE ALSO
ggllGGeettCClliippPPllaannee((33GG)),
ggllGGeettCCoolloorrTTaabbllee((33GG)),
ggllGGeettCCoolloorrTTaabblleePPaarraammeetteerr((33GG)),
ggllGGeettCCoonnvvoolluuttiioonnFFiilltteerr((33GG)),
ggllGGeettCCoonnvvoolluuttiioonnPPaarraammeetteerr((33GG)),
ggllGGeettEErrrroorr((33GG)),
ggllGGeettHHiissttooggrraamm((33GG)),
ggllGGeettHHiissttooggrraammPPaarraammeetteerr((33GG)),
ggllGGeettLLiigghhtt((33GG)),
ggllGGeettMMaapp((33GG)),
ggllGGeettMMaatteerriiaall((33GG)),
ggllGGeettMMiinnmmaaxx((33GG)),
ggllGGeettMMiinnmmaaxxPPaarraammeetteerr((33GG)),
ggllGGeettPPiixxeellMMaapp((33GG)),
ggllGGeettPPooiinntteerrvv((33GG)),
ggllGGeettPPoollyyggoonnSSttiippppllee((33GG)),
ggllGGeettSSeeppaarraabblleeFFiilltteerr((33GG)),
ggllGGeettSSttrriinngg((33GG)),
ggllGGeettTTeexxEEnnvv((33GG)),
ggllGGeettTTeexxGGeenn((33GG)),
ggllGGeettTTeexxIImmaaggee((33GG)),
ggllGGeettTTeexxLLeevveellPPaarraammeetteerr((33GG)),
ggllGGeettTTeexxPPaarraammeetteerr((33GG)),
ggllIIssEEnnaabblleedd((33GG))