Searched refs:BLEND_EXCLUSION (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | blend.h | 39 BLEND_EXCLUSION, enumerator
|
D | vf_blend.c | 84 { "exclusion", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_EXCLUSION}, 0, 0, FLAGS, "mode" }, 715 case BLEND_EXCLUSION: param->blend = blend_exclusion_##depth##bit; break; \
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 1014 BLEND_EXCLUSION, enumerator
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 371 case BLEND_EXCLUSION: in calc_blend_result()
|
D | glsl_parser.yy | 1598 { "blend_support_exclusion", BITFIELD_BIT(BLEND_EXCLUSION) },
|
/third_party/mesa3d/src/mesa/main/ |
D | blend.c | 483 return BLEND_EXCLUSION; in advanced_blend_mode_from_gl_enum()
|