Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h729 struct gl_colorbuffer_attrib struct
731 GLuint ClearIndex; /**< Index for glClear */
732 union gl_color_union ClearColor; /**< Color for glClear, unclamped */
733 GLuint IndexMask; /**< Color index write mask */
734 GLubyte ColorMask[MAX_DRAW_BUFFERS][4]; /**< Each flag is 0xff or 0x0 */
736 GLenum DrawBuffer[MAX_DRAW_BUFFERS]; /**< Which buffer to draw into */
742 GLboolean AlphaEnabled; /**< Alpha test enabled flag */
743 GLenum AlphaFunc; /**< Alpha test function */
744 GLfloat AlphaRefUnclamped;
745 GLclampf AlphaRef; /**< Alpha reference value */
[all …]