Searched refs:fogEnd (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfogcoord.c23 static GLfloat fogStart = 1.0, fogEnd = DEPTH; variable in typeref:typename:GLfloat
37 fogEnd = DEPTH;
70 ModeStr, fogStart, fogEnd, fogDensity);
97 glFogf(GL_FOG_END, fogEnd);
324 if (fogEnd > 0.0) {
325 fogEnd -= 0.25;
330 if (fogEnd < 100.0) {
331 fogEnd += 0.25;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fog.c68 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale
165 const GLfloat fogEnd = ctx->Fog.End; local in function:_swrast_fog_rgba_span
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fog.c68 #define LINEAR_FOG(f, coord) f = (fogEnd - coord) * fogScale
165 const GLfloat fogEnd = ctx->Fog.End; local in function:_swrast_fog_rgba_span

Completed in 3 milliseconds