Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dfog.c271 GLfloat fogScale = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in gl_fog_color_pixels() local
277 f = (fogEnd - eyez) * fogScale; in gl_fog_color_pixels()
347 GLfloat fogScale = 1.0F / (ctx->Fog.End - ctx->Fog.Start); in gl_fog_index_pixels() local
353 f = (fogEnd - eyez) * fogScale; in gl_fog_index_pixels()