Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h723 struct gl_stencil_attrib struct
725 GLboolean Enabled; /**< Enabled flag */
726 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */
727 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */
728 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */
729 GLenum16 Function[3]; /**< Stencil function */
730 GLenum16 FailFunc[3]; /**< Fail function */
731 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */
732 GLenum16 ZFailFunc[3]; /**< Depth buffer fail function */
733 GLint Ref[3]; /**< Reference value */
[all …]