Home
last modified time | relevance | path

Searched refs:CreateXcbSurface (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkwindow_xcb.c279 if (!window_xcb->CreateXcbSurface) in gst_vulkan_window_xcb_get_surface()
280 window_xcb->CreateXcbSurface = in gst_vulkan_window_xcb_get_surface()
283 if (!window_xcb->CreateXcbSurface) { in gst_vulkan_window_xcb_get_surface()
290 window_xcb->CreateXcbSurface (window->display->instance->instance, &info, in gst_vulkan_window_xcb_get_surface()
Dgstvkwindow_xcb.h58 PFN_vkCreateXcbSurfaceKHR CreateXcbSurface; member