HomeSort by relevance Sort by last modified time
    Searched defs:fogEnd (Results 1 - 3 of 3) 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;
  /external/swiftshader/src/Renderer/
Context.hpp 452 float fogEnd;

Completed in 296 milliseconds