Searched refs:format_enum (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | gen_vk_mandatory_format_support_table.py | 117 for format_enum in vk_format_enums: 118 index = int(format_enum.attrib['value']) 119 vk_format = format_enum.attrib['name']
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | blend.c | 203 #define PLANAR_YUV_BLEND(format_name,format_enum,x_round,y_round,MEMCPY,BLENDLOOP) \ argument 343 #define PLANAR_YUV_FILL_CHECKER(format_name, format_enum, MEMSET) \ argument 386 #define PLANAR_YUV_FILL_COLOR(format_name,format_enum,MEMSET) \ argument
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 261 #define PLANAR_YUV_BLEND(format_name,format_enum,x_round,y_round,MEMCPY,BLENDLOOP) \ argument 410 #define PLANAR_YUV_FILL_CHECKER(format_name, format_enum, MEMSET) \ argument 461 #define PLANAR_YUV_FILL_COLOR(format_name,format_enum,MEMSET) \ argument
|