Searched refs:fogScale (Results 1 – 1 of 1) sorted by relevance
68 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale166 const GLfloat fogScale = (ctx->Fog.Start == ctx->Fog.End) in _swrast_fog_rgba_span() local