Searched refs:BLEND_SRC (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp160 if ((blending & BLEND_SRC) && !same_factor_opt1) {
381 blending |= BLEND_SRC;
386 blending |= FACTOR_DST|BLEND_SRC;
392 blending |= BLEND_SRC;
397 blending |= FACTOR_SRC|BLEND_SRC;
402 blending |= FACTOR_SRC|BLEND_SRC;
H A DGGLAssembler.h514 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8 enumerator in enum:android::GGLAssembler::__anon421
H A DGGLAssembler.cpp118 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n));
522 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander));
/system/core/libpixelflinger/
H A Dpicker.cpp82 n |= GGL_BUILD_NEEDS( src, BLEND_SRC );
92 n |= GGL_BUILD_NEEDS( GGL_ONE, BLEND_SRC );
/system/core/include/private/pixelflinger/
H A Dggl_context.h154 GGL_RESERVE_NEEDS( BLEND_SRC, 8, 4 )

Completed in 1820 milliseconds