Home
last modified time | relevance | path

Searched refs:get_presentation_support (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.c375 g_return_val_if_fail (klass->get_presentation_support != NULL, FALSE); in gst_vulkan_window_get_presentation_support()
377 return klass->get_presentation_support (window, device, queue_family_idx); in gst_vulkan_window_get_presentation_support()
Dgstvkwindow.h128 gboolean (*get_presentation_support) (GstVulkanWindow *window, member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/android/
Dgstvkwindow_android.c87 window_class->get_presentation_support = in gst_vulkan_window_android_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkwindow_wayland.c170 window_class->get_presentation_support = in gst_vulkan_window_wayland_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ios/
Dgstvkwindow_ios.m108 window_class->get_presentation_support =
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkwindow_xcb.c106 window_class->get_presentation_support = in gst_vulkan_window_xcb_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/
Dgstvkwindow_cocoa.m101 window_class->get_presentation_support =
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c82 window_class->get_presentation_support = in gst_vulkan_window_win32_class_init()