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.c140 if (ctx->Color._BlendFuncPerBuffer || ctx->Color._BlendEquationPerBuffer) { in blend_per_rt()
/external/mesa3d/src/mesa/main/
Dblend.c200 if (ctx->Color._BlendFuncPerBuffer) { in skip_blend_state_update()
248 ctx->Color._BlendFuncPerBuffer = GL_FALSE; in blend_func_separate()
400 ctx->Color._BlendFuncPerBuffer = GL_TRUE; in blend_func_separatei()
Dattrib.c1082 if (ctx->Color._BlendFuncPerBuffer || in _mesa_PopAttrib()
Dmtypes.h420 GLboolean _BlendFuncPerBuffer; member