Home
last modified time | relevance | path

Searched refs:kIConstC (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DBlend.h69 kIConstC, //<! one minus constant color enumerator
139 return coeff == BlendCoeff::kConstC || coeff == BlendCoeff::kIConstC; in BlendCoeffRefsConstant()
DBlend.cpp173 case skgpu::BlendCoeff::kIConstC: return "inv_const_color"; in coeff_string()
/external/skia/src/gpu/graphite/mtl/
DMtlGraphicsPipeline.mm173 case skgpu::BlendCoeff::kIConstC:
/external/skia/src/gpu/ganesh/d3d/
DGrD3DPipelineStateBuilder.cpp294 case skgpu::BlendCoeff::kIConstC: in blend_coeff_to_d3d_blend()
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp184 case skgpu::BlendCoeff::kIConstC: in blend_coeff_to_dawn_blend()
/external/skia/src/gpu/ganesh/vk/
DGrVkPipeline.cpp314 case skgpu::BlendCoeff::kIConstC: in blend_coeff_to_vk_blend()
/external/skia/src/gpu/ganesh/dawn/
DGrDawnProgramBuilder.cpp44 case skgpu::BlendCoeff::kIConstC: in to_dawn_blend_factor()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineStateBuilder.mm284 case skgpu::BlendCoeff::kIConstC: