Searched refs:_PreferPixelFog (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h233 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */ member in struct:__anon927bb33e0108
H A Ds_fog.c130 * _PreferPixelFog should be in sync with that state!
158 if (swrast->_PreferPixelFog) {
H A Ds_context.c161 * Update the _PreferPixelFog field to indicate if we need to compute
168 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
H A Ds_span.c128 if (swrast->_PreferPixelFog) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h234 GLboolean _PreferPixelFog; /* Compute fog blend factor per fragment? */ member in struct:__anonea7e70310108
H A Ds_fog.c130 * _PreferPixelFog should be in sync with that state!
158 if (swrast->_PreferPixelFog) {
H A Ds_context.c161 * Update the _PreferPixelFog field to indicate if we need to compute
168 swrast->_PreferPixelFog = (!swrast->AllowVertexFog ||
H A Ds_span.c128 if (swrast->_PreferPixelFog) {

Completed in 11 milliseconds