HomeSort by: relevance | last modified time | path
    Searched refs:ColorSumEnabled (Results 1 - 25 of 32) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
state.h 75 if (ctx->Fog.ColorSumEnabled)
fog.c 216 ctx->Fog.ColorSumEnabled = GL_FALSE;
enable.c 1010 if (ctx->Fog.ColorSumEnabled == state)
1014 ctx->Fog.ColorSumEnabled = state;
1849 return ctx->Fog.ColorSumEnabled;
ff_fragment_shader.cpp 79 if (ctx->Fog.ColorSumEnabled)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
state.h 81 if (ctx->Fog.ColorSumEnabled)
fog.c 214 ctx->Fog.ColorSumEnabled = GL_FALSE;
enable.c 842 if (ctx->Fog.ColorSumEnabled == state)
845 ctx->Fog.ColorSumEnabled = state;
1627 return ctx->Fog.ColorSumEnabled;
ff_fragment_shader.cpp 79 if (ctx->Fog.ColorSumEnabled)
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_lines.c 227 GLboolean specular = (ctx->Fog.ColorSumEnabled ||
s_context.c 281 GLboolean separateSpecular = ctx->Fog.ColorSumEnabled ||
515 if (ctx->Fog.ColorSumEnabled ||
s_aaline.c 486 || ctx->Fog.ColorSumEnabled
s_span.c 117 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled)
1280 if (ctx->Fog.ColorSumEnabled ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_lines.c 227 GLboolean specular = (ctx->Fog.ColorSumEnabled ||
s_context.c 281 GLboolean separateSpecular = ctx->Fog.ColorSumEnabled ||
515 if (ctx->Fog.ColorSumEnabled ||
s_aaline.c 487 || ctx->Fog.ColorSumEnabled
s_span.c 117 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled)
1283 if (ctx->Fog.ColorSumEnabled ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
driverfuncs.c 253 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 353 if (ctx->Fog.ColorSumEnabled || ctx->Light.Enabled) {
nv10_state_tnl.c 210 (!ctx->Light.Enabled && ctx->Fog.ColorSumEnabled ?
nouveau_vbo_t.c 192 if (ctx->Fog.ColorSumEnabled && !ctx->Light.Enabled)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
driverfuncs.c 251 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 353 if (ctx->Fog.ColorSumEnabled || ctx->Light.Enabled) {
nv10_state_tnl.c 210 (!ctx->Light.Enabled && ctx->Fog.ColorSumEnabled ?
nouveau_vbo_t.c 192 if (ctx->Fog.ColorSumEnabled && !ctx->Light.Enabled)
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 577 { GL_COLOR_SUM, CONTEXT_BOOL(Fog.ColorSumEnabled), NO_EXTRA },

Completed in 19 milliseconds

1 2