Searched refs:mBlendSrcA (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp119 mBlendSrcA = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRCA, needs.n));
127 if ((mBlendSrcA == GGL_ONE_MINUS_DST_ALPHA) ||
128 (mBlendSrcA == GGL_DST_ALPHA)) {
129 mBlendSrcA = GGL_ONE;
143 blending_codes(mBlendSrcA, mBlendDstA);
146 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
149 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
489 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
H A DGGLAssembler.h544 int mBlendSrcA; member in class:android::GGLAssembler
H A Dblending.cpp72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;

Completed in 9 milliseconds