Searched refs:kISC_GrBlendCoeff (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrBlend.h | 56 kISC_GrBlendCoeff, //<! one minus src color enumerator 78 return kSC_GrBlendCoeff == coeff || kISC_GrBlendCoeff == coeff || kSA_GrBlendCoeff == coeff || in GrBlendCoeffRefsSrc() 157 (kOne_GrBlendCoeff == dstCoeff || kISC_GrBlendCoeff == dstCoeff || in GrBlendAllowsCoverageAsAlpha()
|
D | SkGr.h | 130 static_assert((int)kISC_GrBlendCoeff == (int)SkBlendModeCoeff::kISC);
|
D | GrXferProcessor.cpp | 110 case kISC_GrBlendCoeff: in coeff_string()
|
/third_party/skia/src/gpu/effects/ |
D | GrCoverageSetOpXP.cpp | 78 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 82 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo() 86 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
D | GrPorterDuffXferProcessor.cpp | 280 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 298 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 316 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 334 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 350 /* dst-out */ MakeSAModulateFormula(kZero_GrBlendCoeff, kISC_GrBlendCoeff), 356 /* screen */ MakeCoeffFormula(kOne_GrBlendCoeff, kISC_GrBlendCoeff), 554 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 284 case kISC_GrBlendCoeff: in blend_coeff_to_d3d_blend() 321 case kISC_GrBlendCoeff: in blend_coeff_to_d3d_blend_for_alpha()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 26 case kISC_GrBlendCoeff: in to_dawn_blend_factor() 59 case kISC_GrBlendCoeff: in to_dawn_blend_factor_for_alpha()
|
/third_party/skia/tests/ |
D | GrPorterDuffTest.cpp | 472 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage() 653 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_not_opaque_no_coverage() 831 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_with_coverage() 1017 TEST_ASSERT(kISC_GrBlendCoeff == xpi.fBlendInfo.fDstBlend); in test_color_opaque_no_coverage()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 306 case kISC_GrBlendCoeff: in blend_coeff_to_vk_blend()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 276 case kISC_GrBlendCoeff:
|