Searched refs:blend_coeff_to_dawn_blend (Results 1 – 1 of 1) sorted by relevance
169 static wgpu::BlendFactor blend_coeff_to_dawn_blend(const DawnCaps& caps, skgpu::BlendCoeff coeff) { in blend_coeff_to_dawn_blend() function229 return blend_coeff_to_dawn_blend(caps, coeff); in blend_coeff_to_dawn_blend_for_alpha()421 blend.color.srcFactor = blend_coeff_to_dawn_blend(caps, srcCoeff); in Make()422 blend.color.dstFactor = blend_coeff_to_dawn_blend(caps, dstCoeff); in Make()