Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dview.rs76 ) -> Result<Arc<ImageView<I>>, ImageViewCreationError> { in new() argument
91 ) -> Result<FormatFeatures, ImageViewCreationError> { in validate_new() argument
613 pub fn new_default(image: Arc<I>) -> Result<Arc<ImageView<I>>, ImageViewCreationError> { in new_default() argument
918 pub enum ImageViewCreationError { enum
1013 impl Error for ImageViewCreationError { implementation
1022 impl Display for ImageViewCreationError { implementation
1138 impl From<OomError> for ImageViewCreationError { implementation
1139 fn from(err: OomError) -> ImageViewCreationError { in from()
1144 impl From<VulkanError> for ImageViewCreationError { implementation
1145 fn from(err: VulkanError) -> ImageViewCreationError { in from()
[all …]