Home
last modified time | relevance | path

Searched defs:gl_pixel_attrib (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmtypes.h620 struct gl_pixel_attrib struct
622 GLenum16 ReadBuffer; /**< source buffer for glRead/CopyPixels() */
629 GLfloat RedBias, RedScale;
630 GLfloat GreenBias, GreenScale;
631 GLfloat BlueBias, BlueScale;
632 GLfloat AlphaBias, AlphaScale;
633 GLfloat DepthBias, DepthScale;
634 GLint IndexShift, IndexOffset;
639 GLboolean MapColorFlag;
640 GLboolean MapStencilFlag;
[all …]