Home | History | Annotate | Download | only in i915

Lines Matching refs:eqA

297    GLuint eqA = ctx->Color.Blend[0].EquationA;
307 if (eqA == GL_MIN || eqA == GL_MAX) {
317 iab |= translate_blend_equation(eqA) << IAB_FUNC_SHIFT;
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
345 i915BlendEquationSeparate(struct gl_context * ctx, GLenum eqRGB, GLenum eqA)