Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dswapchain.rs1564 ) -> Result<bool, PresentWaitError> { in wait_for_present() argument
1863 pub enum PresentWaitError { enum
1893 impl Error for PresentWaitError { implementation
1902 impl Display for PresentWaitError { implementation
1926 impl From<OomError> for PresentWaitError { implementation
1927 fn from(err: OomError) -> PresentWaitError { in from()
1932 impl From<RequirementNotMet> for PresentWaitError { implementation
1941 impl From<VulkanError> for PresentWaitError { implementation
1942 fn from(err: VulkanError) -> PresentWaitError { in from()