Home
last modified time | relevance | path

Searched refs:export_win32_handle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_sync.h288 VkResult (*export_win32_handle)(struct vk_device *device, member
H A Dvk_sync.c427 VkResult result = sync->type->export_win32_handle(device, sync, handle); in vk_sync_export_win32_handle()
H A Dvk_semaphore.c74 if (type->export_win32_handle) { in vk_sync_semaphore_export_types()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c330 .export_win32_handle = dzn_sync_export_win32_handle,
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Dsemaphore.rs353 pub fn export_win32_handle( in export_win32_handle() method
Dfence.rs697 pub fn export_win32_handle( in export_win32_handle() method