Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs1938 unsafe { Ok(self.surface_present_modes_unchecked(surface)?) } in surface_present_modes()
1967 pub unsafe fn surface_present_modes_unchecked( in surface_present_modes_unchecked() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dswapchain.rs536 .surface_present_modes_unchecked(surface)? in validate()