Searched refs:ColorSumEnabled (Results 1 – 15 of 15) sorted by relevance
80 if (ctx->Fog.ColorSumEnabled) in _mesa_need_secondary_color()
214 ctx->Fog.ColorSumEnabled = GL_FALSE; in _mesa_init_fog()
960 if (ctx->Fog.ColorSumEnabled == state) in _mesa_set_enable()963 ctx->Fog.ColorSumEnabled = state; in _mesa_set_enable()1784 return ctx->Fog.ColorSumEnabled; in _mesa_IsEnabled()
79 if (ctx->Fog.ColorSumEnabled) in texenv_doing_secondary_color()
575 GLboolean ColorSumEnabled; member
227 GLboolean specular = (ctx->Fog.ColorSumEnabled || in _swrast_choose_line()
281 GLboolean separateSpecular = ctx->Fog.ColorSumEnabled || in _swrast_update_specular_vertex_add()515 if (ctx->Fog.ColorSumEnabled || in _swrast_update_active_attribs()
486 || ctx->Fog.ColorSumEnabled in _swrast_choose_aa_line_function()
117 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled) in _swrast_span_default_attribs()1283 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()
192 if (ctx->Fog.ColorSumEnabled && !ctx->Light.Enabled) in vbo_choose_attrs()
250 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled); in _mesa_init_driver_state()
596 } else if (ctx->Fog.ColorSumEnabled ) { in radeonUpdateSpecular()
798 } else if (ctx->Fog.ColorSumEnabled ) { in r200UpdateSpecular()