Searched defs:gl_stencil_attrib (Results 1 – 1 of 1) sorted by relevance
863 struct gl_stencil_attrib struct865 GLboolean Enabled; /**< Enabled flag */866 GLboolean TestTwoSide; /**< GL_EXT_stencil_two_side */867 GLubyte ActiveFace; /**< GL_EXT_stencil_two_side (0 or 2) */868 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */869 GLenum Function[3]; /**< Stencil function */870 GLenum FailFunc[3]; /**< Fail function */871 GLenum ZPassFunc[3]; /**< Depth buffer pass function */872 GLenum ZFailFunc[3]; /**< Depth buffer fail function */873 GLint Ref[3]; /**< Reference value */[all …]