Home | History | Annotate | Download | only in main

Lines Matching refs:Stencil

304  * Clear signed integer color buffer or stencil buffer (not depth).
325 * STENCIL, or DEPTH STENCIL and drawbuffer is not zero."
333 /* Save current stencil clear value, set to 'value', do the
334 * stencil clear and restore the clear value.
338 const GLuint clearSave = ctx->Stencil.Clear;
339 ctx->Stencil.Clear = *value;
341 ctx->Stencil.Clear = clearSave;
395 * Clear unsigned integer color buffer (not depth, not stencil).
446 * "Only ClearBufferiv should be used to clear stencil buffers."
467 * Clear fixed-pt or float color buffer or depth buffer (not stencil).
488 * STENCIL, or DEPTH STENCIL and drawbuffer is not zero."
559 * Clear depth/stencil buffer only.
563 GLfloat depth, GLint stencil)
583 * STENCIL, or DEPTH STENCIL and drawbuffer is not zero."
606 const GLuint clearStencilSave = ctx->Stencil.Clear;
610 ctx->Stencil.Clear = stencil;
617 ctx->Stencil.Clear = clearStencilSave;