Searched refs:BLEND_HARDLIGHT (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | blend.h | 40 BLEND_HARDLIGHT, enumerator
|
H A D | vf_blend_init.h | 126 case BLEND_HARDLIGHT: param->blend = blend_hardlight_##depth##bit; break; \
|
H A D | vf_blend.c | 88 { "hardlight", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_HARDLIGHT}, 0, 0, FLAGS, "mode" },
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 1011 BLEND_HARDLIGHT, enumerator
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_blend_equation_advanced.cpp | 362 case BLEND_HARDLIGHT: in calc_blend_result()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 477 return BLEND_HARDLIGHT; in advanced_blend_mode_from_gl_enum()
|
Completed in 8 milliseconds