Searched refs:kSA_GrBlendCoeff (Results 1 – 8 of 8) sorted by relevance
58 kSA_GrBlendCoeff, //<! src alpha enumerator77 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
117 case kSA_GrBlendCoeff: in coeff_string()
100 case kSA_GrBlendCoeff: in get_term()
187 GR_STATIC_ASSERT((int)kSA_GrBlendCoeff == (int)SkBlendModeCoeff::kSA);
291 /* dst-in */ MakeCoeffFormula(kZero_GrBlendCoeff, kSA_GrBlendCoeff),295 /* dst-atop */ MakeCoeffFormula(kIDA_GrBlendCoeff, kSA_GrBlendCoeff),
283 GR_STATIC_ASSERT(6 == kSA_GrBlendCoeff); in blend_coeff_to_vk_blend()
555 TEST_ASSERT(kSA_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage()599 TEST_ASSERT(kSA_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage()
164 GR_STATIC_ASSERT(6 == kSA_GrBlendCoeff); in BlendCoeffReferencesConstant()