Home
last modified time | relevance | path

Searched defs:ExternalFenceHandleType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Dfence.rs585 handle_type: ExternalFenceHandleType, in validate_export_fd()
656 handle_type: ExternalFenceHandleType, in export_fd_unchecked()
665 handle_type: ExternalFenceHandleType, in export_fd_unchecked_locked()
699 handle_type: ExternalFenceHandleType, in export_win32_handle()
710 handle_type: ExternalFenceHandleType, in validate_export_win32_handle()
788 handle_type: ExternalFenceHandleType, in export_win32_handle_unchecked()
797 handle_type: ExternalFenceHandleType, in export_win32_handle_unchecked_locked()
1205 unsafe fn export(&mut self, handle_type: ExternalFenceHandleType) { in export()
1217 unsafe fn import(&mut self, handle_type: ExternalFenceHandleType, temporary: bool) { in import()