Home
last modified time | relevance | path

Searched refs:CommandBufferFinishOperation (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h35 enum CommandBufferFinishOperation enum
179 void commit(CommandBufferFinishOperation operation);
180 void wait(CommandBufferFinishOperation operation);
255 CommandBufferFinishOperation mLastWaitOp = mtl::NoWait;
DContextMtl.h348 void flushCommandBuffer(mtl::CommandBufferFinishOperation operation);
Dmtl_command_buffer.mm800 void CommandBuffer::commit(CommandBufferFinishOperation operation)
809 void CommandBuffer::wait(CommandBufferFinishOperation operation)
DContextMtl.mm1844 void ContextMtl::flushCommandBuffer(mtl::CommandBufferFinishOperation operation)