Home
last modified time | relevance | path

Searched refs:fogEnd (Results 1 – 6 of 6) 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
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h379 void setFogEnd(float fogEnd);
665 float fogEnd; variable
DContext.cpp225 fogEnd = 1.0f; in Context()
767 void Context::setFogEnd(float fogEnd) in setFogEnd() argument
769 this->fogEnd = fogEnd; in setFogEnd()
2003 device->setFogEnd(fogEnd); in applyState()
/external/swiftshader/src/Renderer/
DContext.hpp452 float fogEnd; member in sw::Context
DPixelProcessor.cpp855 setFogRanges(start, context->fogEnd); in setFogStart()
920 context->fogEnd = end; in setFogRanges()
DContext.cpp213 fogEnd = 1.0f; in init()