Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DAllocatorHelperRing.h24 class SecondaryCommandBuffer; variable
DAllocatorHelperPool.h24 class SecondaryCommandBuffer; variable
DSecondaryCommandBuffer.h1028 ANGLE_INLINE SecondaryCommandBuffer::SecondaryCommandBuffer() : mIsOpen(true) in SecondaryCommandBuffer() function
/external/rust/crates/vulkano/src/command_buffer/
Dtraits.rs206 pub unsafe trait SecondaryCommandBuffer: DeviceOwned { interface
Dsys.rs1622 C: ?Sized + SecondaryCommandBuffer, in add()