Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.c511 if (ctx->Color._BlendEquationPerBuffer) { in _mesa_BlendEquation()
544 ctx->Color._BlendEquationPerBuffer = GL_FALSE; in _mesa_BlendEquation()
566 ctx->Color._BlendEquationPerBuffer = GL_TRUE; in blend_equationi()
616 if (ctx->Color._BlendEquationPerBuffer) { in blend_equation_separate()
667 ctx->Color._BlendEquationPerBuffer = GL_FALSE; in blend_equation_separate()
726 ctx->Color._BlendEquationPerBuffer = GL_TRUE; in blend_equation_separatei()
Dattrib.c1029 ctx->Color._BlendEquationPerBuffer) { in _mesa_PopAttrib()
Dmtypes.h473 GLboolean _BlendEquationPerBuffer; member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c183 if (ctx->Color._BlendFuncPerBuffer || ctx->Color._BlendEquationPerBuffer) { in blend_per_rt()