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.c182 if (ctx->Color._BlendFuncPerBuffer || ctx->Color._BlendEquationPerBuffer) { in blend_per_rt()
/external/mesa3d/src/mesa/main/
Dblend.c250 ctx->Color._BlendFuncPerBuffer = GL_FALSE; in _mesa_BlendFuncSeparateEXT()
312 ctx->Color._BlendFuncPerBuffer = GL_TRUE; in _mesa_BlendFuncSeparatei()
Dmtypes.h776 GLboolean _BlendFuncPerBuffer; member
Dattrib.c945 if (ctx->Color._BlendFuncPerBuffer || in _mesa_PopAttrib()