Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp118 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n)); in scanline_core()
124 if ((mBlendSrc == GGL_ONE_MINUS_DST_ALPHA) || in scanline_core()
125 (mBlendSrc == GGL_DST_ALPHA)) { in scanline_core()
126 mBlendSrc = GGL_ONE; in scanline_core()
143 const int blending = blending_codes(mBlendSrc, mBlendDst) | in scanline_core()
147 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) && in scanline_core()
150 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) && in scanline_core()
160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in scanline_core()
492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_incoming_component()
620 const int bs = mBlendSrc; in isAlphaSourceNeeded()
DGGLAssembler.h552 int mBlendSrc; variable
Dblending.cpp72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending()