Searched refs:wBasedFog (Results 1 – 6 of 6) sorted by relevance
477 bool wBasedFog; member in sw::Context
67 bool wBasedFog : 1; member
1013 state.wBasedFog = context->wBasedFog && context->pixelFogActive() != FOG_NONE; in update()
297 wBasedFog = false; in init()
249 …context->wBasedFog = (P[3][0] != 0.0f) || (P[3][1] != 0.0f) || (P[3][2] != 0.0f) || (P[3][3] != 1.… in setProjectionMatrix()
620 if(state.wBasedFog) in pixelFog()