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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp121 mBlendDstA = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DSTA, needs.n));
136 if ((mBlendDstA == GGL_ONE_MINUS_DST_ALPHA) ||
137 (mBlendDstA == GGL_DST_ALPHA)) {
138 mBlendDstA = GGL_ONE;
144 blending_codes(mBlendSrcA, mBlendDstA);
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;
H A DGGLAssembler.h549 int mBlendDstA; member in class:android::GGLAssembler
H A Dblending.cpp73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 8 milliseconds