Lines Matching refs:mBlendSrc
118 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n));
124 if ((mBlendSrc == GGL_ONE_MINUS_DST_ALPHA) ||
125 (mBlendSrc == GGL_DST_ALPHA)) {
126 mBlendSrc = GGL_ONE;
143 const int blending = blending_codes(mBlendSrc, mBlendDst) |
147 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
150 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
620 const int bs = mBlendSrc;