Searched refs:_Scale (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dfog.c83 * Update the gl_fog_attrib::_Scale field.
89 ctx->Fog._Scale = 1.0f;
91 ctx->Fog._Scale = 1.0f / (ctx->Fog.End - ctx->Fog.Start);
223 ctx->Fog._Scale = 1.0f;
H A Dmtypes.h903 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */ member in struct:gl_fog_attrib

Completed in 69 milliseconds