Home | History | Annotate | Download | only in main

Lines Matching defs:set

34  * front OR back face state (as set by glActiveStencilFaceEXT) is set.
97 * Set the clear value for the stencil buffer.
122 * Set the function and reference value for stencil testing.
158 /* set both front and back state */
181 * Set the function and reference value for stencil testing.
229 /* set both front and back state */
252 * Set the stencil writing mask.
289 /* set both front and back state */
306 * Set the stencil test actions.
344 /* only set active face state */
362 /* set both front and back state */
422 GLboolean set = GL_FALSE;
447 /* set front */
455 set = GL_TRUE;
459 /* set back */
467 set = GL_TRUE;
470 if (set && ctx->Driver.StencilOpSeparate) {
501 /* set front */
507 /* set back */