HomeSort by relevance Sort by last modified time
    Searched refs:_PreferPixelFog (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_context.h 217 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */
s_fog.c 129 * _PreferPixelFog should be in sync with that state!
157 if (swrast->_PreferPixelFog) {
s_context.c 166 * Update the _PreferPixelFog field to indicate if we need to compute
173 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
s_span.c 124 if (swrast->_PreferPixelFog) {
    [all...]

Completed in 74 milliseconds