Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h732 struct gl_pixel_attrib struct
734 GLenum ReadBuffer; /**< source buffer for glRead/CopyPixels() */
741 GLfloat RedBias, RedScale;
742 GLfloat GreenBias, GreenScale;
743 GLfloat BlueBias, BlueScale;
744 GLfloat AlphaBias, AlphaScale;
745 GLfloat DepthBias, DepthScale;
746 GLint IndexShift, IndexOffset;
751 GLboolean MapColorFlag;
752 GLboolean MapStencilFlag;
[all …]