Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dblending.cpp122 if (blending & (BLEND_DST|FACTOR_DST)) { in build_blending()
190 if (!(blending & BLEND_DST)) { in build_blending()
408 blending |= BLEND_DST; in blending_codes()
413 blending |= FACTOR_DST|BLEND_DST; in blending_codes()
417 blending |= FACTOR_DST|BLEND_DST; in blending_codes()
422 blending |= FACTOR_SRC|BLEND_DST; in blending_codes()
428 blending |= BLEND_DST; in blending_codes()
DGGLAssembler.h528 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8 enumerator
DGGLAssembler.cpp118 mBlendDst = ggl_needs_to_blendfactor(GGL_READ_NEEDS(BLEND_DST, needs.n)); in scanline_core()
237 if ((blending & (FACTOR_DST|BLEND_DST)) || in scanline_core()
/system/core/libpixelflinger/
Dpicker.cpp83 n |= GGL_BUILD_NEEDS( dst, BLEND_DST ); in ggl_pick()
93 n |= GGL_BUILD_NEEDS( GGL_ZERO, BLEND_DST ); in ggl_pick()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h155 GGL_RESERVE_NEEDS( BLEND_DST, 12, 4 )