Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dblend.c534 if (ctx->Color._BlendEquationPerBuffer) { in _mesa_BlendEquation()
568 ctx->Color._BlendEquationPerBuffer = GL_FALSE; in _mesa_BlendEquation()
588 ctx->Color._BlendEquationPerBuffer = GL_TRUE; in blend_equationi()
638 if (ctx->Color._BlendEquationPerBuffer) { in blend_equation_separate()
689 ctx->Color._BlendEquationPerBuffer = GL_FALSE; in blend_equation_separate()
745 ctx->Color._BlendEquationPerBuffer = GL_TRUE; in blend_equation_separatei()
Dmtypes.h288 GLboolean _BlendEquationPerBuffer; member
Dattrib.c776 ctx->Color._BlendEquationPerBuffer) { in _mesa_PopAttrib()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c140 if (ctx->Color._BlendFuncPerBuffer || ctx->Color._BlendEquationPerBuffer) { in blend_per_rt()