Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DBlend.h71 kIS2C, enumerator
111 return BlendCoeff::kS2C == coeff || BlendCoeff::kIS2C == coeff || in BlendCoeffRefsSrc2()
DBlend.cpp175 case skgpu::BlendCoeff::kIS2C: return "inv_src2_color"; in coeff_string()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DPipelineStateBuilder.cpp298 case skgpu::BlendCoeff::kIS2C: in blend_coeff_to_d3d_blend()
323 case skgpu::BlendCoeff::kIS2C: in blend_coeff_to_d3d_blend_for_alpha()
/external/skia/src/gpu/graphite/mtl/
DMtlGraphicsPipeline.mm181 case skgpu::BlendCoeff::kIS2C:
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp187 case skgpu::BlendCoeff::kIS2C: in blend_coeff_to_dawn_blend()
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp318 case skgpu::BlendCoeff::kIS2C: in blend_coeff_to_vk_blend()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnProgramBuilder.cpp47 case skgpu::BlendCoeff::kIS2C: in to_dawn_blend_factor()
/external/skia/tests/
DGrPorterDuffTest.cpp197 TEST_ASSERT(skgpu::BlendCoeff::kIS2C == xpi.fBlendInfo.fDstBlend); in test_lcd_coverage()
453 TEST_ASSERT(skgpu::BlendCoeff::kIS2C == xpi.fBlendInfo.fDstBlend); in test_color_unknown_with_coverage()
/external/skia/src/gpu/ganesh/effects/
DGrPorterDuffXferProcessor.cpp230 skgpu::BlendEquation::kAdd, srcCoeff, skgpu::BlendCoeff::kIS2C); in MakeCoverageFormula()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.mm292 case skgpu::BlendCoeff::kIS2C: