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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp117 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n));
123 if ((mBlendSrc == GGL_ONE_MINUS_DST_ALPHA) ||
124 (mBlendSrc == GGL_DST_ALPHA)) {
125 mBlendSrc = GGL_ONE;
142 const int blending = blending_codes(mBlendSrc, mBlendDst) |
146 if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
149 } else if ((mBlendSrc==GGL_ZERO) && (mBlendSrcA==GGL_ZERO) &&
159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
489 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
617 const int bs = mBlendSrc;
[all...]
H A DGGLAssembler.h542 int mBlendSrc; member in class:android::GGLAssembler
H A Dblending.cpp72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;

Completed in 50 milliseconds