Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dblending.cpp123 if (blending & (BLEND_DST|FACTOR_DST)) { in build_blending()
388 blending |= FACTOR_DST|BLEND_SRC; in blending_codes()
414 blending |= FACTOR_DST|BLEND_DST; in blending_codes()
418 blending |= FACTOR_DST|BLEND_DST; in blending_codes()
DGGLAssembler.h528 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8 enumerator
DGGLAssembler.cpp237 if ((blending & (FACTOR_DST|BLEND_DST)) || in scanline_core()