Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp118 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n)); in scanline_core()
131 if ((mBlendDst == GGL_ONE_MINUS_DST_ALPHA) || in scanline_core()
132 (mBlendDst == GGL_DST_ALPHA)) { in scanline_core()
133 mBlendDst = GGL_ONE; in scanline_core()
142 const int blending = blending_codes(mBlendSrc, mBlendDst) | in scanline_core()
147 (mBlendDst==GGL_ONE) && (mBlendDstA==GGL_ONE)) { in scanline_core()
150 (mBlendDst==GGL_ZERO) && (mBlendDstA==GGL_ZERO)) { in scanline_core()
160 int fd = i==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in scanline_core()
491 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_incoming_component()
619 const int bd = mBlendDst; in isAlphaSourceNeeded()
DGGLAssembler.h561 int mBlendDst; variable
Dblending.cpp75 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst; in build_blending()