Home
last modified time | relevance | path

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

/third_party/skia/resources/sksl/blend/
DBlendLighten.sksl6 sk_FragColor = blend_lighten(src, dst);
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp75 blend_lighten(ir_variable *src, ir_variable *dst) in blend_lighten() function
354 val = blend_lighten(src_rgb, dst_rgb); in calc_blend_result()
/third_party/pixman/test/
Dutils.c1561 blend_lighten (double sa, double s, double da, double d) in blend_lighten() function
1912 blend_lighten, in do_composite()
/third_party/pixman/pixman/
Dpixman-combine-float.c464 blend_lighten (float sa, float s, float da, float d) in blend_lighten() function
Dpixman-combine32.c722 blend_lighten (int32_t d, int32_t ad, int32_t s, int32_t as) in PDF_SEPARABLE_BLEND_MODE()
/third_party/skia/src/sksl/
Dsksl_gpu.sksl321 half4 blend_lighten(half4 src, half4 dst) {