Home
last modified time | relevance | path

Searched refs:APISubmit (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.h43 void APISubmit(uint32_t commandCount, CommandBufferBase* const* commands);
DCopyTextureForBrowserHelper.cpp400 device->GetQueue()->APISubmit(1, &submitCommandBuffer); in DoCopyTextureForBrowser()
DQueue.cpp196 void QueueBase::APISubmit(uint32_t commandCount, CommandBufferBase* const* commands) { in APISubmit() function in dawn_native::QueueBase