Home | History | Annotate | Download | only in main

Lines Matching defs:Stencil

1112  * Stencil attribute group (GL_STENCIL_BUFFER_BIT).
1114 * Three sets of stencil data are tracked so that OpenGL 2.0,
1116 * simultaneously. In each of the stencil state arrays, element 0 corresponds
1125 * stencil state are different.
1132 GLboolean _Enabled; /**< Enabled and stencil buffer present */
1134 GLubyte _BackFace; /**< Current back stencil state (1 or 2) */
1135 GLenum Function[3]; /**< Stencil function */
2602 * stencil. A framebuffer object has a set of renderbuffers.
2659 * A framebuffer is a collection of renderbuffers (color, depth, stencil, etc).
3146 #define _NEW_STENCIL (1 << 15) /**< gl_context::Stencil */
3466 struct gl_stencil_attrib Stencil; /**< Stencil buffer attributes */