Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dblending.cpp161 if ((blending & BLEND_SRC) && !same_factor_opt1) { in build_blending()
382 blending |= BLEND_SRC; in blending_codes()
387 blending |= FACTOR_DST|BLEND_SRC; in blending_codes()
393 blending |= BLEND_SRC; in blending_codes()
398 blending |= FACTOR_SRC|BLEND_SRC; in blending_codes()
403 blending |= FACTOR_SRC|BLEND_SRC; in blending_codes()
DGGLAssembler.h528 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8 enumerator
DGGLAssembler.cpp117 mBlendSrc = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_SRC, needs.n)); in scanline_core()
520 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander)); in build_incoming_component()
/system/core/libpixelflinger/
Dpicker.cpp82 n |= GGL_BUILD_NEEDS( src, BLEND_SRC ); in ggl_pick()
92 n |= GGL_BUILD_NEEDS( GGL_ONE, BLEND_SRC ); in ggl_pick()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h154 GGL_RESERVE_NEEDS( BLEND_SRC, 8, 4 )