Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.h47 VkCommandPool cmdPool() const { return fCmdPool; } in cmdPool()
210 VkCommandPool fCmdPool; variable
DGrVkGpu.cpp174 , fCmdPool(cmdPool) in GrVkGpu()
201 VK_CALL(DestroyCommandPool(fDevice, fCmdPool, nullptr)); in ~GrVkGpu()