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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp120 mBlendDstA = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DSTA, needs.n));
135 if ((mBlendDstA == GGL_ONE_MINUS_DST_ALPHA) ||
136 (mBlendDstA == GGL_DST_ALPHA)) {
137 mBlendDstA = GGL_ONE;
143 blending_codes(mBlendSrcA, mBlendDstA);
147 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) {
150 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) {
160 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
490 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
H A DGGLAssembler.h545 int mBlendDstA; member in class:android::GGLAssembler
H A Dblending.cpp73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 49 milliseconds