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.h424 struct gl_colorbuffer_attrib struct
426 GLuint ClearIndex; /**< Index for glClear */
427 union gl_color_union ClearColor; /**< Color for glClear, unclamped */
428 GLuint IndexMask; /**< Color index write mask */
429 GLubyte ColorMask[MAX_DRAW_BUFFERS][4]; /**< Each flag is 0xff or 0x0 */
431 GLenum DrawBuffer[MAX_DRAW_BUFFERS]; /**< Which buffer to draw into */
437 GLboolean AlphaEnabled; /**< Alpha test enabled flag */
438 GLenum AlphaFunc; /**< Alpha test function */
439 GLfloat AlphaRefUnclamped;
440 GLclampf AlphaRef; /**< Alpha reference value */
[all …]