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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp118 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n));
124 if ((mBlendSrc == GGL_ONE_MINUS_DST_ALPHA) ||
125 (mBlendSrc == GGL_DST_ALPHA)) {
126 mBlendSrc = GGL_ONE;
143 const int blending = blending_codes(mBlendSrc, mBlendDst) |
147 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
150 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
160 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
492 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
620 const int bs = mBlendSrc;
[all...]
H A DGGLAssembler.h546 int mBlendSrc; member in class:android::GGLAssembler
H A Dblending.cpp72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;

Completed in 611 milliseconds