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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fog.c 83 * 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;
mtypes.h 903 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */
    [all...]
  /external/mesa3d/src/mesa/main/
fog.c 83 * 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;
mtypes.h 903 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */
    [all...]

Completed in 46 milliseconds