Searched defs:CommandBufferBeginError (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/ |
D | auto.rs | 139 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/ |
D | mod.rs | 133 ) -> 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/ |
D | immutable.rs | 427 CommandBufferBeginError(CommandBufferBeginError), enumerator
|