Home
last modified time | relevance | path

Searched refs:blend_multiply (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/resources/sksl/blend/
DBlendMultiply.sksl6 sk_FragColor = blend_multiply(src, dst);
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp40 blend_multiply(ir_variable *src, ir_variable *dst) in blend_multiply() function
342 val = blend_multiply(src_rgb, dst_rgb); in calc_blend_result()
/third_party/pixman/test/
Dutils.c1528 blend_multiply (double sa, double s, double da, double d) in blend_multiply() function
1908 blend_multiply, in do_composite()
/third_party/pixman/pixman/
Dpixman-combine-float.c388 blend_multiply (float sa, float s, float da, float d)
/third_party/skia/src/sksl/
Dsksl_gpu.sksl411 half4 blend_multiply(half4 src, half4 dst) {