Searched refs:ColorUnclamped (Results 1 – 4 of 4) sorted by relevance
155 ctx->Fog.ColorUnclamped[0] = params[0]; in _mesa_Fogfv()156 ctx->Fog.ColorUnclamped[1] = params[1]; in _mesa_Fogfv()157 ctx->Fog.ColorUnclamped[2] = params[2]; in _mesa_Fogfv()158 ctx->Fog.ColorUnclamped[3] = params[3]; in _mesa_Fogfv()216 ASSIGN_4V( ctx->Fog.ColorUnclamped, 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_fog()
894 GLfloat ColorUnclamped[4]; /**< Fog color */ member
1782 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped); in find_custom_value()
252 COPY_4V(value, ctx->Fog.ColorUnclamped); in _mesa_fetch_state()