Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dstate.h84 if (ctx->Fog.ColorSumEnabled) in _mesa_need_secondary_color()
H A Dfog.c212 ctx->Fog.ColorSumEnabled = GL_FALSE; in _mesa_init_fog()
H A Denable.c991 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()
H A Dff_fragment_shader.c72 if (ctx->Fog.ColorSumEnabled) in texenv_doing_secondary_color()
H A Dmtypes.h433 GLboolean ColorSumEnabled; member