OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STENCIL_BIT
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_context.h
91
#define
STENCIL_BIT
0x040 /**< Stencil pixels */
s_context.c
66
if (ctx->Stencil._Enabled) rasterMask |=
STENCIL_BIT
;
Completed in 49 milliseconds