Home | History | Annotate | Download | only in i915

Lines Matching defs:srcRGB

298    GLuint srcRGB = ctx->Color.Blend[0].SrcRGB;
304 srcRGB = dstRGB = GL_ONE;
311 lis6 |= SRC_BLND_FACT(intel_translate_blend_factor(srcRGB));
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
337 i915BlendFuncSeparate(struct gl_context * ctx, GLenum srcRGB,