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.h761 struct gl_pixel_attrib struct
763 GLenum ReadBuffer; /**< source buffer for glRead/CopyPixels() */
770 GLfloat RedBias, RedScale;
771 GLfloat GreenBias, GreenScale;
772 GLfloat BlueBias, BlueScale;
773 GLfloat AlphaBias, AlphaScale;
774 GLfloat DepthBias, DepthScale;
775 GLint IndexShift, IndexOffset;
780 GLboolean MapColorFlag;
781 GLboolean MapStencilFlag;
[all …]