Searched defs:stencilMax (Results 1 - 12 of 12) sorted by last modified time

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c362 const GLuint stencilMax = 0xff; local
364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
415 const GLuint stencilMax = 0xff; local
417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c658 const GLuint stencilMax = (1 << stencilBits) - 1; local
676 if ((writeMask & stencilMax) != stencilMax) {
H A Ds_stencil.c499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; local
524 if ((stencilMask & stencilMax) != stencilMax) {
555 const GLuint stencilMax = (1 << stencilBits) - 1; local
571 if ((writeMask & stencilMax) != stencilMax) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c102 const unsigned stencilMax = 255; /* XXX fix */ local
119 if (stencil->valuemask != stencilMax) {
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1767 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
1826 ctx->Stencil.Clear & stencilMax,
1990 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
2065 ctx->Stencil.Clear & stencilMax,
/external/mesa3d/src/mesa/main/
H A Dstencil.c139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
156 ref = CLAMP( ref, 0, stencilMax );
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
209 ref = CLAMP( ref, 0, stencilMax );
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
496 ref = CLAMP(ref, 0, stencilMax);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dstencil.c139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
156 ref = CLAMP( ref, 0, stencilMax );
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
209 ref = CLAMP( ref, 0, stencilMax );
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
496 ref = CLAMP(ref, 0, stencilMax);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c362 const GLuint stencilMax = 0xff; local
364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
415 const GLuint stencilMax = 0xff; local
417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_depth.c658 const GLuint stencilMax = (1 << stencilBits) - 1; local
676 if ((writeMask & stencilMax) != stencilMax) {
H A Ds_stencil.c499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; local
524 if ((stencilMask & stencilMax) != stencilMax) {
555 const GLuint stencilMax = (1 << stencilBits) - 1; local
571 if ((writeMask & stencilMax) != stencilMax) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c102 const unsigned stencilMax = 255; /* XXX fix */ local
119 if (stencil->valuemask != stencilMax) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1767 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
1826 ctx->Stencil.Clear & stencilMax,
1990 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
2065 ctx->Stencil.Clear & stencilMax,

Completed in 232 milliseconds