Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp119 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n)); in scanline_core()
132 if ((mBlendDst == GGL_ONE_MINUS_DST_ALPHA) || in scanline_core()
133 (mBlendDst == GGL_DST_ALPHA)) { in scanline_core()
134 mBlendDst = GGL_ONE; in scanline_core()
143 const int blending = blending_codes(mBlendSrc, mBlendDst) | in scanline_core()
148 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) { in scanline_core()
151 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) { in scanline_core()
161 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in scanline_core()
493 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_incoming_component()
621 const int bd = mBlendDst; in isAlphaSourceNeeded()
DGGLAssembler.h553 int mBlendDst; variable
Dblending.cpp73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_blending()