Home
last modified time | relevance | path

Searched refs:FACTOR_DST (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dblending.cpp121 if (blending & (BLEND_DST|FACTOR_DST)) { in build_blending()
386 blending |= FACTOR_DST|BLEND_SRC; in blending_codes()
412 blending |= FACTOR_DST|BLEND_DST; in blending_codes()
416 blending |= FACTOR_DST|BLEND_DST; in blending_codes()
DGGLAssembler.h520 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8 enumerator
DGGLAssembler.cpp238 if ((blending & (FACTOR_DST|BLEND_DST)) || in scanline_core()