Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dblend.c541 if (ctx->Color._BlendEquationPerBuffer) { in _mesa_BlendEquation()
575 ctx->Color._BlendEquationPerBuffer = GL_FALSE; in _mesa_BlendEquation()
598 ctx->Color._BlendEquationPerBuffer = GL_TRUE; in blend_equationi()
648 if (ctx->Color._BlendEquationPerBuffer) { in blend_equation_separate()
699 ctx->Color._BlendEquationPerBuffer = GL_FALSE; in blend_equation_separate()
758 ctx->Color._BlendEquationPerBuffer = GL_TRUE; in blend_equation_separatei()
Dattrib.c848 ctx->Color._BlendEquationPerBuffer) { in _mesa_PopAttrib()
Dmtypes.h373 GLboolean _BlendEquationPerBuffer; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c140 if (ctx->Color._BlendFuncPerBuffer || ctx->Color._BlendEquationPerBuffer) { in blend_per_rt()