HomeSort by relevance Sort by last modified time
    Searched refs:FACTOR_SRC (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
blending.cpp 397 blending |= FACTOR_SRC|BLEND_SRC;
402 blending |= FACTOR_SRC|BLEND_SRC;
421 blending |= FACTOR_SRC|BLEND_DST;
GGLAssembler.h 510 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8
GGLAssembler.cpp 519 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander));
    [all...]

Completed in 130 milliseconds