Home
last modified time | relevance | path

Searched refs:EquationA (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dblend.c538 ctx->Color.Blend[buf].EquationA != mode) { in _mesa_BlendEquation()
547 ctx->Color.Blend[0].EquationA != mode) { in _mesa_BlendEquation()
566 ctx->Color.Blend[buf].EquationA = mode; in _mesa_BlendEquation()
581 ctx->Color.Blend[buf].EquationA == mode) in blend_equationi()
587 ctx->Color.Blend[buf].EquationA = mode; in blend_equationi()
642 ctx->Color.Blend[buf].EquationA != modeA) { in blend_equation_separate()
650 ctx->Color.Blend[0].EquationA != modeA) { in blend_equation_separate()
687 ctx->Color.Blend[buf].EquationA = modeA; in blend_equation_separate()
721 ctx->Color.Blend[buf].EquationA == modeA) in blend_equation_separatei()
744 ctx->Color.Blend[buf].EquationA = modeA; in blend_equation_separatei()
[all …]
Dattrib.c786 attr->Color.Blend[buf].EquationA); in _mesa_PopAttrib()
799 attr->Color.Blend[0].EquationA) { in _mesa_PopAttrib()
804 Color.Blend[0].EquationA, BlendEquationSeparate); in _mesa_PopAttrib()
Dmtypes.h281 GLenum16 EquationA; /**< GL_ADD, GL_SUBTRACT, etc. */ member
Dget.c2560 v->value_int = ctx->Color.Blend[index].EquationA; in find_value_indexed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c254 translate_blend(ctx->Color.Blend[j].EquationA); in st_update_blend()
256 if (ctx->Color.Blend[i].EquationA == GL_MIN || in st_update_blend()
257 ctx->Color.Blend[i].EquationA == GL_MAX) { in st_update_blend()