Home
last modified time | relevance | path

Searched refs:kSA_GrBlendCoeff (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/gpu/
DGrBlend.h58 kSA_GrBlendCoeff, //<! src alpha enumerator
77 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
/external/skia/src/gpu/
DGrXferProcessor.cpp117 case kSA_GrBlendCoeff: in coeff_string()
DGrBlend.cpp100 case kSA_GrBlendCoeff: in get_term()
DSkGr.h187 GR_STATIC_ASSERT((int)kSA_GrBlendCoeff == (int)SkBlendModeCoeff::kSA);
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp291 /* dst-in */ MakeCoeffFormula(kZero_GrBlendCoeff, kSA_GrBlendCoeff),
295 /* dst-atop */ MakeCoeffFormula(kIDA_GrBlendCoeff, kSA_GrBlendCoeff),
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp283 GR_STATIC_ASSERT(6 == kSA_GrBlendCoeff); in blend_coeff_to_vk_blend()
/external/skia/tests/
DGrPorterDuffTest.cpp555 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()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp164 GR_STATIC_ASSERT(6 == kSA_GrBlendCoeff); in BlendCoeffReferencesConstant()