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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp119 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;
[all...]
H A DGGLAssembler.h547 int mBlendDst; member in class:android::GGLAssembler
H A Dblending.cpp73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;

Completed in 306 milliseconds