Searched refs:ColorSumEnabled (Results 1 – 16 of 16) sorted by relevance
59 if (ctx->Fog.ColorSumEnabled) in _mesa_need_secondary_color()
221 ctx->Fog.ColorSumEnabled = GL_FALSE; in _mesa_init_fog()
760 if (ctx->Fog.ColorSumEnabled == state) in _mesa_set_enable()763 ctx->Fog.ColorSumEnabled = state; in _mesa_set_enable()1508 return ctx->Fog.ColorSumEnabled; in _mesa_IsEnabled()
88 if (ctx->Fog.ColorSumEnabled) in texenv_doing_secondary_color()
901 GLboolean ColorSumEnabled; member
989 { GL_COLOR_SUM_EXT, CONTEXT_BOOL(Fog.ColorSumEnabled),
228 GLboolean specular = (ctx->Fog.ColorSumEnabled || in _swrast_choose_line()
287 GLboolean separateSpecular = ctx->Fog.ColorSumEnabled || in _swrast_update_specular_vertex_add()520 if (ctx->Fog.ColorSumEnabled || in _swrast_update_active_attribs()
485 || ctx->Fog.ColorSumEnabled in _swrast_choose_aa_line_function()
113 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled) in _swrast_span_default_attribs()1279 if (ctx->Fog.ColorSumEnabled || in _swrast_write_rgba_span()
341 if (ctx->Fog.ColorSumEnabled || ctx->Light.Enabled) { in nv10_get_final_combiner()
209 (!ctx->Light.Enabled && ctx->Fog.ColorSumEnabled ? in nv10_emit_light_model()
171 if (ctx->Fog.ColorSumEnabled && !ctx->Light.Enabled) in vbo_choose_attrs()
262 ctx->Driver.Enable(ctx, GL_COLOR_SUM, ctx->Fog.ColorSumEnabled); in _mesa_init_driver_state()
594 } else if (ctx->Fog.ColorSumEnabled ) { in radeonUpdateSpecular()
794 } else if (ctx->Fog.ColorSumEnabled ) { in r200UpdateSpecular()