Searched refs:_Scale (Results 1 – 3 of 3) sorted by relevance
88 ctx->Fog._Scale = 1.0f; in update_fog_scale()90 ctx->Fog._Scale = 1.0f / (ctx->Fog.End - ctx->Fog.Start); in update_fog_scale()230 ctx->Fog._Scale = 1.0f; in _mesa_init_fog()
621 GLfloat _Scale; /**< (End == Start) ? 1.0 : 1.0 / (End - Start) */ member
170 def _Scale(dk, steps): function220 expected = _Repeat(0.0 * dk + (10.0 + 30.0) * (1 - dk) / _Scale(dk, 1), dim)232 (10.0 + 30.0) * (1 - dk)) / _Scale(dk, 2), dim)