Home
last modified time | relevance | path

Searched refs:blend_modulate (Results 1 – 3 of 3) sorted by relevance

/external/skia/resources/sksl/blend/
DBlendModulate.sksl6 sk_FragColor = blend_modulate(src, dst);
/external/mesa3d/src/mesa/swrast/
Ds_blend.c416 blend_modulate(struct gl_context *ctx, GLuint n, const GLubyte mask[], in blend_modulate() function
972 swrast->BlendFunc = blend_modulate; in _swrast_choose_blend_func()
/external/skia/src/sksl/
Dsksl_gpu.sksl306 half4 blend_modulate(half4 src, half4 dst) { return src*dst; }
557 case SkBlendMode::kModulate: return blend_modulate(src, dst);