Home
last modified time | relevance | path

Searched defs:stencilMax (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dstencil.h91 GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_get_stencil_ref() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c370 const GLuint stencilMax = 0xff; in is_stencil_disabled() local
383 const GLuint stencilMax = 0xff; in is_stencil_masked() local
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c501 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; in _swrast_write_stencil_span() local
557 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_stencil_buffer() local
Ds_depth.c674 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_depth_stencil_buffer() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c95 const unsigned stencilMax = 255; /* XXX fix */ in lp_build_stencil_test_single() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1700 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in meta_clear() local