Searched refs:FACTOR_SRC (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp397 blending |= FACTOR_SRC|BLEND_SRC;
402 blending |= FACTOR_SRC|BLEND_SRC;
421 blending |= FACTOR_SRC|BLEND_DST;
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.cpp522 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander));

Completed in 1738 milliseconds