Home
last modified time | relevance | path

Searched refs:queue_present (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h65 VkResult (*queue_present)(struct wsi_swapchain *swap_chain, member
Dwsi_common_wayland.c815 chain->base.queue_present = wsi_wl_swapchain_queue_present; in wsi_wl_surface_create_swapchain()
Dwsi_common.c750 result = swapchain->queue_present(swapchain, in wsi_common_queue_present()
Dwsi_common_x11.c1076 chain->base.queue_present = x11_queue_present; in x11_surface_create_swapchain()