Searched defs:gl_stencil_attrib (Results 1 – 1 of 1) sorted by relevance
833 struct gl_stencil_attrib struct835 GLboolean Enabled; /**< Enabled flag */836 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */837 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */838 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */839 GLenum16 Function[3]; /**< Stencil function */840 GLenum16 FailFunc[3]; /**< Fail function */841 GLenum16 ZPassFunc[3]; /**< Depth buffer pass function */842 GLenum16 ZFailFunc[3]; /**< Depth buffer fail function */843 GLint Ref[3]; /**< Reference value */[all …]