Home
last modified time | relevance | path

Searched refs:MapStencilFlag (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixel.c504 if (ctx->Pixel.MapStencilFlag == (param ? GL_TRUE : GL_FALSE)) in _mesa_PixelTransferf()
507 ctx->Pixel.MapStencilFlag = param ? GL_TRUE : GL_FALSE; in _mesa_PixelTransferf()
660 ctx->Pixel.MapStencilFlag = GL_FALSE; in _mesa_init_pixel()
Dpack.c515 !ctx->Pixel.MapStencilFlag && in _mesa_unpack_stencil_span()
521 !ctx->Pixel.MapStencilFlag && in _mesa_unpack_stencil_span()
546 if (ctx->Pixel.MapStencilFlag) { in _mesa_unpack_stencil_span()
609 ctx->Pixel.MapStencilFlag) { in _mesa_pack_stencil_span()
1163 ctx->Pixel.MapStencilFlag) { in _mesa_pack_depth_stencil_span()
Dreadpix.c162 ctx->Pixel.MapStencilFlag; in _mesa_readpixels_needs_slow_path()
169 ctx->Pixel.MapStencilFlag; in _mesa_readpixels_needs_slow_path()
826 || ctx->Pixel.IndexOffset || ctx->Pixel.MapStencilFlag; in read_depth_stencil_pixels()
Dpixeltransfer.c275 if (ctx->Pixel.MapStencilFlag) { in _mesa_apply_stencil_transfer_ops()
Dmtypes.h749 GLboolean MapStencilFlag; member