Searched refs:DST_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 | 129 #define INIT_BLEND_FORMULA(PRIMARY_OUT, SECONDARY_OUT, BLEND_EQUATION, SRC_COEFF, DST_COEFF) \ argument 132 BLEND_EQUATION, SRC_COEFF, DST_COEFF, \ 134 BLEND_EQUATION, SRC_COEFF, DST_COEFF>::value}}} 140 #define COEFF_FORMULA(SRC_COEFF, DST_COEFF) \ argument 143 kAdd_GrBlendEquation, SRC_COEFF, DST_COEFF) 149 #define COEFF_FORMULA_SA_MODULATE(SRC_COEFF, DST_COEFF) \ argument 152 kAdd_GrBlendEquation, SRC_COEFF, DST_COEFF)
|