Home
last modified time | relevance | path

Searched refs:fogEnd (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_fog.c67 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale
164 const GLfloat fogEnd = ctx->Fog.End; in _swrast_fog_rgba_span() local