HomeSort by relevance Sort by last modified time
    Searched refs:_Scale (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
fog.c 82 * Update the gl_fog_attrib::_Scale field.
88 ctx->Fog._Scale = 1.0f;
90 ctx->Fog._Scale = 1.0f / (ctx->Fog.End - ctx->Fog.Start);
221 ctx->Fog._Scale = 1.0f;
mtypes.h 592 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */
    [all...]

Completed in 54 milliseconds