Searched refs:fCmdPool (Results 1 – 4 of 4) sorted by relevance
73 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool()139 , fCmdPool(cmdPool) in fIsActive()148 return fCmdPool == nullptr; in isWrapped()168 GrVkCommandPool* fCmdPool; variable
197 fCmdPool = fResourceProvider.findOrCreateCommandPool(); in GrVkGpu()198 fCurrentCmdBuffer = fCmdPool->getPrimaryCommandBuffer(); in GrVkGpu()204 if (fCmdPool) { in destroyResources()205 fCmdPool->getPrimaryCommandBuffer()->end(this); in destroyResources()206 fCmdPool->close(); in destroyResources()230 if (fCmdPool) { in destroyResources()231 fCmdPool->unref(this); in destroyResources()232 fCmdPool = nullptr; in destroyResources()272 if (fCmdPool) { in disconnect()273 fCmdPool->unrefAndAbandon(); in disconnect()[all …]
59 GrVkCommandPool* cmdPool() const { return fCmdPool; } in cmdPool()276 GrVkCommandPool* fCmdPool; variable
62 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), fCmdPool->vkCommandPool(), in freeGPUData()463 SkASSERT(buffer->commandPool() == fCmdPool); in executeCommands()614 SkASSERT(fSecondaryCommandBuffers[i]->commandPool() == fCmdPool); in recycleSecondaryCommandBuffers()615 fCmdPool->recycleSecondaryCommandBuffer(fSecondaryCommandBuffers[i]); in recycleSecondaryCommandBuffers()