Home
last modified time | relevance | path

Searched refs:SubmitInternal (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.h104 void SubmitInternal(uint32_t commandCount, CommandBufferBase* const* commands);
DQueue.cpp197 SubmitInternal(commandCount, commands); in APISubmit()
493 void QueueBase::SubmitInternal(uint32_t commandCount, CommandBufferBase* const* commands) { in SubmitInternal() function in dawn_native::QueueBase