Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp117 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n)); in scanline_core()
123 if ((mBlendSrc == GGL_ONE_MINUS_DST_ALPHA) || in scanline_core()
124 (mBlendSrc == GGL_DST_ALPHA)) { in scanline_core()
125 mBlendSrc = GGL_ONE; in scanline_core()
142 const int blending = blending_codes(mBlendSrc, mBlendDst) | in scanline_core()
146 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) && in scanline_core()
149 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) && in scanline_core()
159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in scanline_core()
490 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_incoming_component()
618 const int bs = mBlendSrc; in isAlphaSourceNeeded()
DGGLAssembler.h560 int mBlendSrc; variable
Dblending.cpp74 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending()