Searched defs:SecondaryCommandBuffer (Results 1 – 5 of 5) sorted by relevance
24 class SecondaryCommandBuffer; variable
1028 ANGLE_INLINE SecondaryCommandBuffer::SecondaryCommandBuffer() : mIsOpen(true) in SecondaryCommandBuffer() function
206 pub unsafe trait SecondaryCommandBuffer: DeviceOwned { trait
1622 C: ?Sized + SecondaryCommandBuffer, in add()