Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:mBlendDst

119     mBlendDst  = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n));
132 if ((mBlendDst == GGL_ONE_MINUS_DST_ALPHA) ||
133 (mBlendDst == GGL_DST_ALPHA)) {
134 mBlendDst = GGL_ONE;
143 const int blending = blending_codes(mBlendSrc, mBlendDst) |
148 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) {
151 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) {
161 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
493 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
621 const int bd = mBlendDst;