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

  /external/mesa3d/src/mesa/main/
fog.c 153 ctx->Fog.ColorUnclamped[0] = params[0];
154 ctx->Fog.ColorUnclamped[1] = params[1];
155 ctx->Fog.ColorUnclamped[2] = params[2];
156 ctx->Fog.ColorUnclamped[3] = params[3];
214 ASSIGN_4V( ctx->Fog.ColorUnclamped, 0.0, 0.0, 0.0, 0.0 );
get.c 964 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped);
    [all...]
mtypes.h 584 GLfloat ColorUnclamped[4]; /**< Fog color */
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 260 COPY_4V(value, ctx->Fog.ColorUnclamped);
    [all...]

Completed in 85 milliseconds