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

  /system/core/libpixelflinger/codeflinger/
blending.cpp 121 if (blending & (BLEND_DST|FACTOR_DST)) {
386 blending |= FACTOR_DST|BLEND_SRC;
412 blending |= FACTOR_DST|BLEND_DST;
416 blending |= FACTOR_DST|BLEND_DST;
GGLAssembler.h 510 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8
GGLAssembler.cpp 235 if ((blending & (FACTOR_DST|BLEND_DST)) ||
    [all...]

Completed in 448 milliseconds