Lines Matching refs:fMainCmdPool
232 fMainCmdPool = fResourceProvider.findOrCreateCommandPool(); in GrVkGpu()
233 if (fMainCmdPool) { in GrVkGpu()
234 fMainCmdBuffer = fMainCmdPool->getPrimaryCommandBuffer(); in GrVkGpu()
241 if (fMainCmdPool) { in destroyResources()
242 fMainCmdPool->getPrimaryCommandBuffer()->end(this, /*abandoningBuffer=*/true); in destroyResources()
243 fMainCmdPool->close(); in destroyResources()
249 if (fMainCmdPool) { in destroyResources()
250 fMainCmdPool->unref(); in destroyResources()
251 fMainCmdPool = nullptr; in destroyResources()
398 SkASSERT(fMainCmdPool); in submitCommandBuffer()
399 fMainCmdPool->close(); in submitCommandBuffer()
430 fMainCmdPool->unref(); in submitCommandBuffer()
431 fMainCmdPool = fResourceProvider.findOrCreateCommandPool(); in submitCommandBuffer()
432 if (fMainCmdPool) { in submitCommandBuffer()
433 fMainCmdBuffer = fMainCmdPool->getPrimaryCommandBuffer(); in submitCommandBuffer()