Home
last modified time | relevance | path

Searched refs:kIDA (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/ganesh/effects/
DGrPorterDuffXferProcessor.cpp281 /* dst-over */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kOne),
284 /* src-out */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kZero),
287 /* dst-atop */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kSA),
288 /* xor */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kISA),
299 /* dst-over */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kOne),
302 /* src-out */ MakeCoverageDstCoeffZeroFormula(skgpu::BlendCoeff::kIDA),
306 skgpu::BlendCoeff::kIDA),
307 /* xor */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kISA),
319 /* dst-over */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kOne),
322 /* src-out */ MakeCoeffFormula(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kZero),
[all …]
/external/skia/src/core/
DSkBlendMode.cpp63 { SkBlendModeCoeff::kIDA, SkBlendModeCoeff::kOne }, // dst-over in SkBlendMode_AsCoeff()
66 { SkBlendModeCoeff::kIDA, SkBlendModeCoeff::kZero }, // src-out in SkBlendMode_AsCoeff()
69 { SkBlendModeCoeff::kIDA, SkBlendModeCoeff::kSA }, // dst-atop in SkBlendMode_AsCoeff()
70 { SkBlendModeCoeff::kIDA, SkBlendModeCoeff::kISA }, // xor in SkBlendMode_AsCoeff()
DSkXfermode.cpp139 case SkBlendModeCoeff::kIDA: in IsOpaque()
/external/skia/tests/
DGrPorterDuffTest.cpp386 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
419 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
452 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
463 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_unknown_with_coverage()
567 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
600 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
633 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
644 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_not_opaque_no_coverage()
747 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage()
780 TEST_ASSERT(skgpu::BlendCoeff::kIDA == xpi.fBlendInfo.fSrcBlend); in test_color_opaque_with_coverage()
[all …]
/external/skia/src/gpu/
DBlend.h67 kIDA, //<! one minus dst alpha enumerator
107 BlendCoeff::kIDA == coeff; in BlendCoeffRefsDst()
DBlend.cpp171 case skgpu::BlendCoeff::kIDA: return "inv_dst_alpha"; in coeff_string()
/external/skia/src/gpu/ganesh/
DSkGr.h132 static_assert((int)skgpu::BlendCoeff::kIDA == (int)SkBlendModeCoeff::kIDA);
/external/skia/include/core/
DSkBlendMode.h94 kIDA, /** inverse dst alpha (i.e. 1 - da) */ enumerator
/external/skia/src/gpu/graphite/
DKeyHelpers.cpp619 /* dst-over */ make_simple_blendInfo(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kOne),
622 /* src-out */ make_simple_blendInfo(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kZero),
625 /* dst-atop */ make_simple_blendInfo(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kSA),
626 /* xor */ make_simple_blendInfo(skgpu::BlendCoeff::kIDA, skgpu::BlendCoeff::kISA),
/external/skia/src/gpu/graphite/mtl/
DMtlGraphicsPipeline.mm169 case skgpu::BlendCoeff::kIDA:
/external/skia/src/gpu/ganesh/d3d/
DGrD3DPipelineStateBuilder.cpp290 case skgpu::BlendCoeff::kIDA: in blend_coeff_to_d3d_blend()
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp180 case skgpu::BlendCoeff::kIDA: in blend_coeff_to_dawn_blend()
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp310 case skgpu::BlendCoeff::kIDA: in blend_coeff_to_vk_blend()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnProgramBuilder.cpp40 case skgpu::BlendCoeff::kIDA: in to_dawn_blend_factor()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.mm280 case skgpu::BlendCoeff::kIDA: