Searched refs:ColorSumEnabled (Results 1 – 5 of 5) sorted by relevance
84 if (ctx->Fog.ColorSumEnabled) in _mesa_need_secondary_color()
212 ctx->Fog.ColorSumEnabled = GL_FALSE; in _mesa_init_fog()
991 if (ctx->Fog.ColorSumEnabled == state) in _mesa_set_enable()995 ctx->Fog.ColorSumEnabled = state; in _mesa_set_enable()1821 return ctx->Fog.ColorSumEnabled; in _mesa_IsEnabled()
72 if (ctx->Fog.ColorSumEnabled) in texenv_doing_secondary_color()
433 GLboolean ColorSumEnabled; member