Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/gles1/
DFogTest.cpp50 GLfloat fogEnd; in TEST_P() local
55 glGetFloatv(GL_FOG_END, &fogEnd); in TEST_P()
61 EXPECT_EQ(1.0f, fogEnd); in TEST_P()
/external/mesa3d/src/mesa/swrast/
Ds_fog.c68 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale
165 const GLfloat fogEnd = ctx->Fog.End; in _swrast_fog_rgba_span() local
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h377 void setFogEnd(float fogEnd);
663 float fogEnd; variable
DContext.cpp230 fogEnd = 1.0f; in Context()
772 void Context::setFogEnd(float fogEnd) in setFogEnd() argument
774 this->fogEnd = fogEnd; in setFogEnd()
2015 device->setFogEnd(fogEnd); in applyState()
/external/swiftshader/src/Renderer/
DContext.hpp456 float fogEnd; member in sw::Context
DPixelProcessor.cpp886 setFogRanges(start, context->fogEnd); in setFogStart()
951 context->fogEnd = end; in setFogRanges()
DContext.cpp213 fogEnd = 1.0f; in init()