Searched refs:INIT_BLEND_FORMULA (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 129 #define INIT_BLEND_FORMULA(PRIMARY_OUT, SECONDARY_OUT, BLEND_EQUATION, SRC_COEFF, DST_COEFF) \ macro 141 INIT_BLEND_FORMULA(BlendFormula::kModulate_OutputType, \ 150 INIT_BLEND_FORMULA(BlendFormula::kSAModulate_OutputType, \ 159 INIT_BLEND_FORMULA(BlendFormula::kNone_OutputType, \ 168 INIT_BLEND_FORMULA(BlendFormula::kNone_OutputType, \ 187 INIT_BLEND_FORMULA(BlendFormula::kModulate_OutputType, \ 206 INIT_BLEND_FORMULA(ONE_MINUS_DST_COEFF_MODULATE_OUTPUT, \ 221 INIT_BLEND_FORMULA(BlendFormula::kModulate_OutputType, \
|