Searched refs:SRC_COEFF (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/gpu/ |
D | GrBlend.h | 159 #define GR_BLEND_COEFFS_USE_SRC_COLOR(SRC_COEFF, DST_COEFF) \ argument 160 GrTBlendCoeffsUseSrcColor<SRC_COEFF, DST_COEFF>::value 167 #define GR_BLEND_COEFFS_USE_DST_COLOR(SRC_COEFF, DST_COEFF) \ argument 168 GrTBlendCoeffsUseDstColor<SRC_COEFF, DST_COEFF>::value 188 #define GR_BLEND_MODIFIES_DST(EQUATION, SRC_COEFF, DST_COEFF) \ argument 189 GrTBlendModifiesDst<EQUATION, SRC_COEFF, DST_COEFF>::value 225 #define GR_BLEND_CAN_TWEAK_ALPHA_FOR_COVERAGE(EQUATION, SRC_COEFF, DST_COEFF) \ argument 226 GrTBlendCanTweakAlphaForCoverage<EQUATION, SRC_COEFF, DST_COEFF>::value
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 128 #define INIT_BLEND_FORMULA(PRIMARY_OUT, SECONDARY_OUT, BLEND_EQUATION, SRC_COEFF, DST_COEFF) \ argument 131 BLEND_EQUATION, SRC_COEFF, DST_COEFF, \ 133 BLEND_EQUATION, SRC_COEFF, DST_COEFF>::value}}} 139 #define COEFF_FORMULA(SRC_COEFF, DST_COEFF) \ argument 142 kAdd_GrBlendEquation, SRC_COEFF, DST_COEFF) 148 #define COEFF_FORMULA_SA_MODULATE(SRC_COEFF, DST_COEFF) \ argument 151 kAdd_GrBlendEquation, SRC_COEFF, DST_COEFF) 185 #define COVERAGE_FORMULA(ONE_MINUS_DST_COEFF_MODULATE_OUTPUT, SRC_COEFF) \ argument 188 kAdd_GrBlendEquation, SRC_COEFF, kIS2C_GrBlendCoeff) 219 #define COVERAGE_DST_COEFF_ZERO_FORMULA(SRC_COEFF) \ argument [all …]
|