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

/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp121 if (blending & (BLEND_DST|FACTOR_DST)) {
386 blending |= FACTOR_DST|BLEND_SRC;
412 blending |= FACTOR_DST|BLEND_DST;
416 blending |= FACTOR_DST|BLEND_DST;
H A DGGLAssembler.h510 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8 enumerator in enum:android::GGLAssembler::__anon110
H A DGGLAssembler.cpp235 if ((blending & (FACTOR_DST|BLEND_DST)) ||

Completed in 455 milliseconds