Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp119 mBlendSrcA = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRCA, needs.n)); in scanline_core()
127 if ((mBlendSrcA == GGL_ONE_MINUS_DST_ALPHA) || in scanline_core()
128 (mBlendSrcA == GGL_DST_ALPHA)) { in scanline_core()
129 mBlendSrcA = GGL_ONE; in scanline_core()
143 blending_codes(mBlendSrcA, mBlendDstA); 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()
DGGLAssembler.h562 int mBlendSrcA; variable
Dblending.cpp73 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending()