Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBlend.h59 kSA_GrBlendCoeff, //<! src alpha enumerator
78 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc()
DSkGr.h133 static_assert((int)kSA_GrBlendCoeff == (int)SkBlendModeCoeff::kSA);
DGrXferProcessor.cpp116 case kSA_GrBlendCoeff: in coeff_string()
/third_party/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp272 /* dst-in */ MakeCoeffFormula(kZero_GrBlendCoeff, kSA_GrBlendCoeff),
276 /* dst-atop */ MakeCoeffFormula(kIDA_GrBlendCoeff, kSA_GrBlendCoeff),
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp312 case kSA_GrBlendCoeff: in blend_coeff_to_vk_blend()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp290 case kSA_GrBlendCoeff: in blend_coeff_to_d3d_blend()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp32 case kSA_GrBlendCoeff: in to_dawn_blend_factor()
/third_party/skia/tests/
DGrPorterDuffTest.cpp565 TEST_ASSERT(kSA_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage()
609 TEST_ASSERT(kSA_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm282 case kSA_GrBlendCoeff: