Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddebug.rs89 pub unsafe fn end_debug_utils_label(&mut self) -> Result<&mut Self, DebugUtilsError> { in end_debug_utils_label() function
213 pub unsafe fn end_debug_utils_label(&mut self) { in end_debug_utils_label() method
285 pub unsafe fn end_debug_utils_label(&mut self) { in end_debug_utils_label() method
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddebug.rs99 pub unsafe fn end_debug_utils_label(&mut self) -> Result<&mut Self, DebugUtilsError> { in end_debug_utils_label() function
/external/rust/android-crates-io/crates/vulkano/src/device/
Dqueue.rs1170 pub unsafe fn end_debug_utils_label(&mut self) -> Result<(), QueueError> { in end_debug_utils_label() method