Home
last modified time | relevance | path

Searched refs:ColorSumEnabled (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dstate.h75 if (ctx->Fog.ColorSumEnabled) in _mesa_need_secondary_color()
Dfog.c212 ctx->Fog.ColorSumEnabled = GL_FALSE; in _mesa_init_fog()
Denable.c991 if (ctx->Fog.ColorSumEnabled == state) in _mesa_set_enable()
995 ctx->Fog.ColorSumEnabled = state; in _mesa_set_enable()
1814 return ctx->Fog.ColorSumEnabled; in _mesa_IsEnabled()
Dff_fragment_shader.cpp79 if (ctx->Fog.ColorSumEnabled) in texenv_doing_secondary_color()
Dmtypes.h441 GLboolean ColorSumEnabled; member