Home
last modified time | relevance | path

Searched refs:kIS2A (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DBlend.h73 kIS2A, enumerator
112 BlendCoeff::kS2A == coeff || BlendCoeff::kIS2A == coeff; in BlendCoeffRefsSrc2()
DBlend.cpp177 case skgpu::BlendCoeff::kIS2A: return "inv_src2_alpha"; in coeff_string()
/external/skia/src/gpu/graphite/mtl/
DMtlGraphicsPipeline.mm193 case skgpu::BlendCoeff::kIS2A:
/external/skia/tests/
DGrPorterDuffTest.cpp354 TEST_ASSERT(skgpu::BlendCoeff::kIS2A == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
398 TEST_ASSERT(skgpu::BlendCoeff::kIS2A == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
420 TEST_ASSERT(skgpu::BlendCoeff::kIS2A == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DPipelineStateBuilder.cpp302 case skgpu::BlendCoeff::kIS2A: in blend_coeff_to_d3d_blend()
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp189 case skgpu::BlendCoeff::kIS2A: in blend_coeff_to_dawn_blend()
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp322 case skgpu::BlendCoeff::kIS2A: in blend_coeff_to_vk_blend()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnProgramBuilder.cpp49 case skgpu::BlendCoeff::kIS2A: in to_dawn_blend_factor()
/external/skia/src/gpu/ganesh/effects/
DGrPorterDuffXferProcessor.cpp266 skgpu::BlendEquation::kAdd, srcCoeff, skgpu::BlendCoeff::kIS2A); in MakeCoverageDstCoeffZeroFormula()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.mm304 case skgpu::BlendCoeff::kIS2A: