Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.h53 VkCommandPool cmdPool() const { return fCmdPool; } in cmdPool()
266 VkCommandPool fCmdPool; variable
DGrVkGpu.cpp142 &fCmdPool)); in GrVkGpu()
206 if (fCmdPool != VK_NULL_HANDLE) { in destroyResources()
207 VK_CALL(DestroyCommandPool(fDevice, fCmdPool, nullptr)); in destroyResources()
250 fCmdPool = VK_NULL_HANDLE; in disconnect()
1266 fCmdPool, // commandPool in createTestingOnlyBackendTexture()
1358 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()
1368 VK_CALL(FreeCommandBuffers(fDevice, fCmdPool, 1, &cmdBuffer)); in createTestingOnlyBackendTexture()