Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h1127 struct gl_stencil_attrib struct
1129 GLboolean Enabled; /**< Enabled flag */
1130 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */
1131 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */
1132 GLboolean _Enabled; /**< Enabled and stencil buffer present */
1133 GLboolean _TestTwoSide;
1134 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */
1135 GLenum Function[3]; /**< Stencil function */
1136 GLenum FailFunc[3]; /**< Fail function */
1137 GLenum ZPassFunc[3]; /**< Depth buffer pass function */
[all …]