Searched refs:ColorUnclamped (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfog.c155 ctx->Fog.ColorUnclamped[0] = params[0];
156 ctx->Fog.ColorUnclamped[1] = params[1];
157 ctx->Fog.ColorUnclamped[2] = params[2];
158 ctx->Fog.ColorUnclamped[3] = params[3];
216 ASSIGN_4V( ctx->Fog.ColorUnclamped, 0.0, 0.0, 0.0, 0.0 );
H A Dmtypes.h894 GLfloat ColorUnclamped[4]; /**< Fog color */ member in struct:gl_fog_attrib
H A Dget.c1782 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped);
/external/mesa3d/src/mesa/main/
H A Dfog.c155 ctx->Fog.ColorUnclamped[0] = params[0];
156 ctx->Fog.ColorUnclamped[1] = params[1];
157 ctx->Fog.ColorUnclamped[2] = params[2];
158 ctx->Fog.ColorUnclamped[3] = params[3];
216 ASSIGN_4V( ctx->Fog.ColorUnclamped, 0.0, 0.0, 0.0, 0.0 );
H A Dmtypes.h894 GLfloat ColorUnclamped[4]; /**< Fog color */ member in struct:gl_fog_attrib
H A Dget.c1782 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c252 COPY_4V(value, ctx->Fog.ColorUnclamped);
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c252 COPY_4V(value, ctx->Fog.ColorUnclamped);

Completed in 645 milliseconds