Searched refs:fogEnd (Results 1 – 6 of 6) sorted by relevance
67 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale164 const GLfloat fogEnd = ctx->Fog.End; in _swrast_fog_rgba_span() local
377 void setFogEnd(float fogEnd);663 float fogEnd; variable
230 fogEnd = 1.0f; in Context()772 void Context::setFogEnd(float fogEnd) in setFogEnd() argument774 this->fogEnd = fogEnd; in setFogEnd()2015 device->setFogEnd(fogEnd); in applyState()
456 float fogEnd; member in sw::Context
877 setFogRanges(start, context->fogEnd); in setFogStart()942 context->fogEnd = end; in setFogRanges()
213 fogEnd = 1.0f; in init()