Home
last modified time | relevance | path

Searched refs:ColorUnclamped (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dfog.c148 ctx->Fog.ColorUnclamped[0] = params[0]; in _mesa_Fogfv()
149 ctx->Fog.ColorUnclamped[1] = params[1]; in _mesa_Fogfv()
150 ctx->Fog.ColorUnclamped[2] = params[2]; in _mesa_Fogfv()
151 ctx->Fog.ColorUnclamped[3] = params[3]; in _mesa_Fogfv()
207 ASSIGN_4V( ctx->Fog.ColorUnclamped, 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_fog()
Dmtypes.h444 GLfloat ColorUnclamped[4]; /**< Fog color */ member
Dget.c1124 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped); in find_custom_value()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c309 COPY_4V(value, ctx->Fog.ColorUnclamped); in fetch_state()