Searched refs:ColorSumEnabled (Results 1 – 16 of 16) sorted by relevance
66 if (ctx->Fog.ColorSumEnabled) in _mesa_need_secondary_color()
228 ctx->Fog.ColorSumEnabled = GL_FALSE; in _mesa_init_fog()
837 if (ctx->Fog.ColorSumEnabled == state) in _mesa_set_enable()840 ctx->Fog.ColorSumEnabled = state; in _mesa_set_enable()1587 return ctx->Fog.ColorSumEnabled; in _mesa_IsEnabled()
79 if (ctx->Fog.ColorSumEnabled) in texenv_doing_secondary_color()
610 GLboolean ColorSumEnabled; member
227 GLboolean specular = (ctx->Fog.ColorSumEnabled || in _swrast_choose_line()
286 GLboolean separateSpecular = ctx->Fog.ColorSumEnabled || in _swrast_update_specular_vertex_add()520 if (ctx->Fog.ColorSumEnabled || in _swrast_update_active_attribs()
487 || ctx->Fog.ColorSumEnabled in _swrast_choose_aa_line_function()
116 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled) in _swrast_span_default_attribs()1282 if (ctx->Fog.ColorSumEnabled || in _swrast_write_rgba_span()
353 if (ctx->Fog.ColorSumEnabled || ctx->Light.Enabled) { in nv10_get_final_combiner()
210 (!ctx->Light.Enabled && ctx->Fog.ColorSumEnabled ? in nv10_emit_light_model()
181 if (ctx->Fog.ColorSumEnabled && !ctx->Light.Enabled) in vbo_choose_attrs()
247 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled); in _mesa_init_driver_state()
549 { GL_COLOR_SUM, CONTEXT_BOOL(Fog.ColorSumEnabled), NO_EXTRA },
598 } else if (ctx->Fog.ColorSumEnabled ) { in radeonUpdateSpecular()
798 } else if (ctx->Fog.ColorSumEnabled ) { in r200UpdateSpecular()