HomeSort by relevance Sort by last modified time
    Searched refs:fogEnd (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_fog.c 67 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale
164 const GLfloat fogEnd = ctx->Fog.End;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 379 void setFogEnd(float fogEnd);
665 float fogEnd;
Context.cpp 225 fogEnd = 1.0f;
767 void Context::setFogEnd(float fogEnd)
769 this->fogEnd = fogEnd;
    [all...]
  /external/swiftshader/src/Renderer/
Context.hpp 452 float fogEnd;
PixelProcessor.cpp 855 setFogRanges(start, context->fogEnd);
920 context->fogEnd = end;
    [all...]
Context.cpp 213 fogEnd = 1.0f;

Completed in 233 milliseconds