Searched refs:blend_overlay (Results 1 – 3 of 3) sorted by relevance
6 sk_FragColor = blend_overlay(src, dst);
54 blend_overlay(ir_variable *src, ir_variable *dst) in blend_overlay() function348 val = blend_overlay(src_rgb, dst_rgb); in calc_blend_result()
316 half4 blend_overlay(half4 src, half4 dst) {388 half4 blend_hard_light(half4 src, half4 dst) { return blend_overlay(dst, src); }559 case SkBlendMode::kOverlay: return blend_overlay(src, dst);