Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dswapchain.rs819 pub fn acquire_full_screen_exclusive(&self) -> Result<(), FullScreenExclusiveError> { in acquire_full_screen_exclusive() argument
846 pub fn release_full_screen_exclusive(&self) -> Result<(), FullScreenExclusiveError> { in release_full_screen_exclusive() argument
1393 pub enum FullScreenExclusiveError { enum
1413 impl Error for FullScreenExclusiveError { implementation
1422 impl Display for FullScreenExclusiveError { implementation
1447 impl From<VulkanError> for FullScreenExclusiveError { implementation
1448 fn from(err: VulkanError) -> FullScreenExclusiveError { in from()
1463 impl From<OomError> for FullScreenExclusiveError { implementation
1464 fn from(err: OomError) -> FullScreenExclusiveError { in from()