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
379 void setFogEnd(float fogEnd);665 float fogEnd; variable
225 fogEnd = 1.0f; in Context()767 void Context::setFogEnd(float fogEnd) in setFogEnd() argument769 this->fogEnd = fogEnd; in setFogEnd()2003 device->setFogEnd(fogEnd); in applyState()
452 float fogEnd; member in sw::Context
855 setFogRanges(start, context->fogEnd); in setFogStart()920 context->fogEnd = end; in setFogRanges()
213 fogEnd = 1.0f; in init()