Home
last modified time | relevance | path

Searched refs:STENCIL_BIT (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.h91 #define STENCIL_BIT 0x040 /**< Stencil pixels */ macro
Ds_context.c66 if (_mesa_stencil_is_enabled(ctx)) rasterMask |= STENCIL_BIT; in _swrast_update_rasterflags()