Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs139 CommandBufferBeginError, in primary() argument
169 CommandBufferBeginError, in secondary() argument
198 ) -> Result<AutoCommandBufferBuilder<L, A>, CommandBufferBeginError> { in begin() argument
287 ) -> Result<(), CommandBufferBeginError> { in validate_begin() argument
517 pub enum CommandBufferBeginError { enum
545 impl Error for CommandBufferBeginError { implementation
554 impl Display for CommandBufferBeginError { implementation
593 impl From<OomError> for CommandBufferBeginError { implementation
599 impl From<RequirementNotMet> for CommandBufferBeginError { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs133 ) -> Result<Self, CommandBufferBeginError> { in primary() argument
160 ) -> Result<Self, CommandBufferBeginError> { in secondary() argument
188 ) -> Result<Self, CommandBufferBeginError> { in begin() argument
203 ) -> Result<(), CommandBufferBeginError> { in validate_begin() argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dimmutable.rs427 CommandBufferBeginError(CommandBufferBeginError), enumerator