Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkCommandBuffer.h38 void submitToQueue(const GrVkGpu* gpu, VkQueue queue, GrVkGpu::SyncQueue sync);
DGrVkCommandBuffer.cpp117 void GrVkCommandBuffer::submitToQueue(const GrVkGpu* gpu, VkQueue queue, GrVkGpu::SyncQueue sync) { in submitToQueue() function in GrVkCommandBuffer
DGrVkGpu.cpp212 fCurrentCmdBuffer->submitToQueue(this, fQueue, sync); in submitCommandBuffer()