HomeSort by relevance Sort by last modified time
    Searched refs:fCmdPool (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/vk/
GrVkGpu.h 47 VkCommandPool cmdPool() const { return fCmdPool; }
210 VkCommandPool fCmdPool;
GrVkGpu.cpp 174 , fCmdPool(cmdPool)
201 VK_CALL(DestroyCommandPool(fDevice, fCmdPool, nullptr));
    [all...]

Completed in 515 milliseconds