Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp46 , fCommandPool(commandPool) in GrVkCommandPool()
71 FreeCommandBuffers(fGpu->device(), fCommandPool, 1, &vkBuffer)); in recycleSecondaryCommandBuffer()
86 ResetCommandPool(gpu->device(), fCommandPool, 0)); in reset()
104 fPrimaryCommandBuffer->freeGPUData(fGpu, fCommandPool); in freeGPUData()
106 buffer->freeGPUData(fGpu, fCommandPool); in freeGPUData()
108 if (fCommandPool != VK_NULL_HANDLE) { in freeGPUData()
110 DestroyCommandPool(fGpu->device(), fCommandPool, nullptr)); in freeGPUData()
DGrVkCommandPool.h26 return fCommandPool; in vkCommandPool()
49 (intptr_t)fCommandPool, this->getRefCnt()); in dumpInfo()
62 VkCommandPool fCommandPool; variable