HomeSort by relevance Sort by last modified time
    Searched refs:stencilMax (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/main/
stencil.c 139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
156 ref = CLAMP( ref, 0, stencilMax );
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
209 ref = CLAMP( ref, 0, stencilMax );
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1;
496 ref = CLAMP(ref, 0, stencilMax);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 362 const GLuint stencilMax = 0xff;
364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
415 const GLuint stencilMax = 0xff;
417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1;
524 if ((stencilMask & stencilMax) != stencilMax) {
555 const GLuint stencilMax = (1 << stencilBits) - 1;
571 if ((writeMask & stencilMax) != stencilMax) {
s_depth.c 658 const GLuint stencilMax = (1 << stencilBits) - 1;
676 if ((writeMask & stencilMax) != stencilMax) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 102 const unsigned stencilMax = 255; /* XXX fix */
119 if (stencil->valuemask != stencilMax) {
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 183 milliseconds