Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dblending.cpp397 blending |= FACTOR_SRC|BLEND_SRC; in blending_codes()
402 blending |= FACTOR_SRC|BLEND_SRC; in blending_codes()
421 blending |= FACTOR_SRC|BLEND_DST; in blending_codes()
DGGLAssembler.h514 FACTOR_SRC=1, FACTOR_DST=2, BLEND_SRC=4, BLEND_DST=8 enumerator
DGGLAssembler.cpp522 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander)); in build_incoming_component()