Searched refs:queue_present (Results 1 – 11 of 11) sorted by relevance
63 VkResult (*queue_present)(struct lvp_swapchain *swap_chain, member
115 pub unsafe fn queue_present( in queue_present() method
213 VkResult (*queue_present)(struct wsi_swapchain *swap_chain, member
426 chain->base.queue_present = wsi_metal_swapchain_queue_present; in wsi_metal_surface_create_swapchain()
469 chain->base.queue_present = wsi_headless_swapchain_queue_present; in wsi_headless_surface_create_swapchain()
852 chain->base.queue_present = wsi_win32_queue_present; in wsi_win32_surface_create_swapchain()
1576 result = swapchain->queue_present(swapchain, image_index, present_id, region); in wsi_common_queue_present()
2579 chain->base.queue_present = wsi_wl_swapchain_queue_present; in wsi_wl_surface_create_swapchain()
2131 chain->base.queue_present = wsi_display_queue_present; in wsi_display_surface_create_swapchain()
2673 chain->base.queue_present = x11_queue_present; in x11_surface_create_swapchain()
770 let queue_present = *present && next_state == ProcessState::TurningOn; in mainloop() localVariable775 a.has_queued_present = queue_present; in mainloop()778 if !queue_present { in mainloop()