Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c1018 wsi_queue_destroy(&chain->acquire_queue); in x11_swapchain_destroy()
1019 wsi_queue_destroy(&chain->present_queue); in x11_swapchain_destroy()
1141 wsi_queue_destroy(&chain->acquire_queue); in x11_surface_create_swapchain()
1151 wsi_queue_destroy(&chain->present_queue); in x11_surface_create_swapchain()
1152 wsi_queue_destroy(&chain->acquire_queue); in x11_surface_create_swapchain()
Dwsi_common_queue.h82 wsi_queue_destroy(struct wsi_queue *queue) in wsi_queue_destroy() function