Searched refs:FOG_BIT (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ | ||
D | s_context.h | 89 #define FOG_BIT 0x008 /**< Fog pixels */ macro |
D | s_context.c | 62 if (swrast->_FogEnabled) rasterMask |= FOG_BIT; in _swrast_update_rasterflags() |