/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_clear.c | 362 const GLuint stencilMax = 0xff; in check_clear_depth_stencil_with_quad() local 364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax; in check_clear_depth_stencil_with_quad() 415 const GLuint stencilMax = 0xff; in check_clear_stencil_with_quad() local 417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax; in check_clear_stencil_with_quad()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 362 const GLuint stencilMax = 0xff; in check_clear_depth_stencil_with_quad() local 364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax; in check_clear_depth_stencil_with_quad() 415 const GLuint stencilMax = 0xff; in check_clear_stencil_with_quad() local 417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax; in check_clear_stencil_with_quad()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_stencil.c | 499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; in _swrast_write_stencil_span() local 524 if ((stencilMask & stencilMax) != stencilMax) { in _swrast_write_stencil_span() 555 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_stencil_buffer() local 571 if ((writeMask & stencilMax) != stencilMax) { in _swrast_clear_stencil_buffer()
|
D | s_depth.c | 658 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_depth_stencil_buffer() local 676 if ((writeMask & stencilMax) != stencilMax) { in _swrast_clear_depth_stencil_buffer()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | stencil.c | 139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparateATI() local 156 ref = CLAMP( ref, 0, stencilMax ); in _mesa_StencilFuncSeparateATI() 197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFunc() local 209 ref = CLAMP( ref, 0, stencilMax ); in _mesa_StencilFunc() 481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparate() local 496 ref = CLAMP(ref, 0, stencilMax); in _mesa_StencilFuncSeparate()
|
/external/mesa3d/src/mesa/main/ |
D | stencil.c | 139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparateATI() local 156 ref = CLAMP( ref, 0, stencilMax ); in _mesa_StencilFuncSeparateATI() 197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFunc() local 209 ref = CLAMP( ref, 0, stencilMax ); in _mesa_StencilFunc() 481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparate() local 496 ref = CLAMP(ref, 0, stencilMax); in _mesa_StencilFuncSeparate()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_stencil.c | 499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; in _swrast_write_stencil_span() local 524 if ((stencilMask & stencilMax) != stencilMax) { in _swrast_write_stencil_span() 555 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_stencil_buffer() local 571 if ((writeMask & stencilMax) != stencilMax) { in _swrast_clear_stencil_buffer()
|
D | s_depth.c | 658 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_depth_stencil_buffer() local 676 if ((writeMask & stencilMax) != stencilMax) { in _swrast_clear_depth_stencil_buffer()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 102 const unsigned stencilMax = 255; /* XXX fix */ in lp_build_stencil_test_single() local 119 if (stencil->valuemask != stencilMax) { in lp_build_stencil_test_single()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 102 const unsigned stencilMax = 255; /* XXX fix */ in lp_build_stencil_test_single() local 119 if (stencil->valuemask != stencilMax) { in lp_build_stencil_test_single()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1767 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_Clear() local 1826 ctx->Stencil.Clear & stencilMax, in _mesa_meta_Clear() 1990 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_glsl_Clear() local 2065 ctx->Stencil.Clear & stencilMax, in _mesa_meta_glsl_Clear()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | meta.c | 1767 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_Clear() local 1826 ctx->Stencil.Clear & stencilMax, in _mesa_meta_Clear() 1990 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_glsl_Clear() local 2065 ctx->Stencil.Clear & stencilMax, in _mesa_meta_glsl_Clear()
|