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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp118 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n));
131 if ((mBlendDst == GGL_ONE_MINUS_DST_ALPHA) ||
132 (mBlendDst == GGL_DST_ALPHA)) {
133 mBlendDst = GGL_ONE;
142 const int blending = blending_codes(mBlendSrc, mBlendDst) |
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;
618 const int bd = mBlendDst;
[all...]
H A DGGLAssembler.h543 int mBlendDst; member in class:android::GGLAssembler
H A Dblending.cpp73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 3849 milliseconds