Home
last modified time | relevance | path

Searched refs:BlendCoherent (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Denable.c1269 if (ctx->Color.BlendCoherent == state) in _mesa_set_enable()
1273 ctx->Color.BlendCoherent = state; in _mesa_set_enable()
1938 return ctx->Color.BlendCoherent; in _mesa_IsEnabled()
Dblend.c1235 ctx->Color.BlendCoherent = true; in _mesa_init_color()
Dmtypes.h434 bool BlendCoherent; member