Home
last modified time | relevance | path

Searched refs:blend_overlay (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/resources/sksl/blend/
DBlendOverlay.sksl6 sk_FragColor = blend_overlay(src, dst);
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp54 blend_overlay(ir_variable *src, ir_variable *dst) in blend_overlay() function
348 val = blend_overlay(src_rgb, dst_rgb); in calc_blend_result()
/third_party/skia/src/sksl/
Dsksl_gpu.sksl306 half4 blend_overlay(half4 src, half4 dst) {
378 half4 blend_hard_light(half4 src, half4 dst) { return blend_overlay(dst, src); }
/third_party/pixman/test/
Dutils.c1540 blend_overlay (double sa, double s, double da, double d) in blend_overlay() function
1910 blend_overlay, in do_composite()
/third_party/pixman/pixman/
Dpixman-combine-float.c429 blend_overlay (float sa, float s, float da, float d) in blend_overlay() function
Dpixman-combine32.c682 blend_overlay (int32_t d, int32_t ad, int32_t s, int32_t as) in PDF_SEPARABLE_BLEND_MODE()