Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_wsi.h63 VkResult (*queue_present)(struct lvp_swapchain *swap_chain, member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dswapchain.rs115 pub unsafe fn queue_present( in queue_present() method
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h213 VkResult (*queue_present)(struct wsi_swapchain *swap_chain, member
H A Dwsi_common_metal.c426 chain->base.queue_present = wsi_metal_swapchain_queue_present; in wsi_metal_surface_create_swapchain()
H A Dwsi_common_headless.c469 chain->base.queue_present = wsi_headless_swapchain_queue_present; in wsi_headless_surface_create_swapchain()
H A Dwsi_common_win32.cpp852 chain->base.queue_present = wsi_win32_queue_present; in wsi_win32_surface_create_swapchain()
H A Dwsi_common.c1576 result = swapchain->queue_present(swapchain, image_index, present_id, region); in wsi_common_queue_present()
H A Dwsi_common_wayland.c2579 chain->base.queue_present = wsi_wl_swapchain_queue_present; in wsi_wl_surface_create_swapchain()
H A Dwsi_common_display.c2131 chain->base.queue_present = wsi_display_queue_present; in wsi_display_surface_create_swapchain()
H A Dwsi_common_x11.c2673 chain->base.queue_present = x11_queue_present; in x11_surface_create_swapchain()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs770 let queue_present = *present && next_state == ProcessState::TurningOn; in mainloop() localVariable
775 a.has_queued_present = queue_present; in mainloop()
778 if !queue_present { in mainloop()