Home
last modified time | relevance | path

Searched refs:_BlendFuncPerBuffer (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c183 if (ctx->Color._BlendFuncPerBuffer || ctx->Color._BlendEquationPerBuffer) { in blend_per_rt()
/external/mesa3d/src/mesa/main/
Dblend.c199 if (ctx->Color._BlendFuncPerBuffer) { in skip_blend_state_update()
247 ctx->Color._BlendFuncPerBuffer = GL_FALSE; in blend_func_separate()
399 ctx->Color._BlendFuncPerBuffer = GL_TRUE; in blend_func_separatei()
Dattrib.c1028 if (ctx->Color._BlendFuncPerBuffer || in _mesa_PopAttrib()
Dmtypes.h471 GLboolean _BlendFuncPerBuffer; member