Home
last modified time | relevance | path

Searched refs:wait_for_present (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h190 VkResult (*wait_for_present)(struct wsi_swapchain *swap_chain, member
Dwsi_common.c2117 assert(swapchain->wait_for_present); in wsi_WaitForPresentKHR()
2118 return swapchain->wait_for_present(swapchain, presentId, timeout); in wsi_WaitForPresentKHR()
Dwsi_common_wayland.c2361 chain->base.wait_for_present = wsi_wl_swapchain_wait_for_present; in wsi_wl_surface_create_swapchain()
Dwsi_common_x11.c2727 chain->base.wait_for_present = x11_wait_for_present; in x11_surface_create_swapchain()
Dwsi_common_display.c2137 chain->base.wait_for_present = wsi_display_wait_for_present; in wsi_display_surface_create_swapchain()