Home
last modified time | relevance | path

Searched defs:swapper (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkswapper.c111 #define GET_PRIV(swapper) gst_vulkan_swapper_get_instance_private (swapper) argument
125 render_get_lock (gpointer swapper) in render_get_lock()
135 _get_function_table (GstVulkanSwapper * swapper) in _get_function_table()
226 _vulkan_swapper_ensure_surface (GstVulkanSwapper * swapper, GError ** error) in _vulkan_swapper_ensure_surface()
242 GstVulkanSwapper *swapper; member
308 gst_vulkan_swapper_choose_queue (GstVulkanSwapper * swapper, in gst_vulkan_swapper_choose_queue()
363 dump_surface_properties (GstVulkanSwapper * swapper) in dump_surface_properties()
386 dump_surface_formats (GstVulkanSwapper * swapper) in dump_surface_formats()
400 dump_surface_present_modes (GstVulkanSwapper * swapper) in dump_surface_present_modes()
413 _vulkan_swapper_retrieve_surface_properties (GstVulkanSwapper * swapper, in _vulkan_swapper_retrieve_surface_properties()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_qsort.c277 #define Pivot(swapper,sz) \ argument
301 #define Partition(swapper,sz) { \ argument
321 #define PreInsertion(swapper,limit,sz) \ argument
330 #define Insertion(swapper) \ argument
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvksink.h50 GstVulkanSwapper *swapper; member
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_endian.h198 } swapper; in SDL_SwapFloat() local
/third_party/icu/icu4c/source/common/
Dudataswp.cpp366 UDataSwapper *swapper; in udata_openSwapper() local
/third_party/skia/third_party/externals/icu/source/common/
Dudataswp.cpp366 UDataSwapper *swapper; in udata_openSwapper() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dudataswp.cpp366 UDataSwapper *swapper; in udata_openSwapper() local
/third_party/node/deps/icu-small/source/common/
Dudataswp.cpp366 UDataSwapper *swapper; in udata_openSwapper() local
/third_party/flatbuffers/src/
Didl_parser.cpp1477 void SimpleQsort(T *begin, T *end, size_t width, F comparator, S swapper) { in SimpleQsort()