Searched defs:stencilMax (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dstencil.h101 GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:_mesa_get_stencil_ref
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dstencil.h101 GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:_mesa_get_stencil_ref
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c398 const GLuint stencilMax = 0xff; local in function:is_stencil_disabled
411 const GLuint stencilMax = 0xff; local in function:is_stencil_masked
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c669 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_depth_stencil_buffer
H A Ds_stencil.c500 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; local in function:_swrast_write_stencil_span
556 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_stencil_buffer
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c402 const GLuint stencilMax = 0xff; local in function:is_stencil_disabled
415 const GLuint stencilMax = 0xff; local in function:is_stencil_masked
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c755 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_depth_stencil_buffer
H A Ds_stencil.c560 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; local in function:_swrast_write_stencil_span
616 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_stencil_buffer
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c95 const unsigned stencilMax = 255; /* XXX fix */ local in function:lp_build_stencil_test_single
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c96 const unsigned stencilMax = 255; /* XXX fix */ local in function:lp_build_stencil_test_single
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c1727 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:meta_clear
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c1682 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:meta_clear

Completed in 26 milliseconds