Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dtypes.h876 struct gl_stencil_attrib { struct
877 GLboolean Enabled; /* Enabled flag */
878 GLenum Function; /* Stencil function */
879 GLenum FailFunc; /* Fail function */
880 GLenum ZPassFunc; /* Depth buffer pass function */
881 GLenum ZFailFunc; /* Depth buffer fail function */
882 GLstencil Ref; /* Reference value */
883 GLstencil ValueMask; /* Value mask */
884 GLstencil Clear; /* Clear value */
885 GLstencil WriteMask; /* Write mask */