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.h409 struct gl_colorbuffer_attrib struct
411 GLuint ClearIndex; /**< Index for glClear */
412 union gl_color_union ClearColor; /**< Color for glClear, unclamped */
413 GLuint IndexMask; /**< Color index write mask */
414 GLubyte ColorMask[MAX_DRAW_BUFFERS][4]; /**< Each flag is 0xff or 0x0 */
416 GLenum DrawBuffer[MAX_DRAW_BUFFERS]; /**< Which buffer to draw into */
422 GLboolean AlphaEnabled; /**< Alpha test enabled flag */
423 GLenum AlphaFunc; /**< Alpha test function */
424 GLfloat AlphaRefUnclamped;
425 GLclampf AlphaRef; /**< Alpha reference value */
[all …]