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

/external/chromium_org/third_party/mesa/src/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
/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 125 milliseconds