Searched refs:fDescPool (Results 1 – 2 of 2) sorted by relevance
41 &fDescPool)); in GrVkDescriptorPool()49 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0)); in reset()55 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr)); in freeGPUData()
38 VkDescriptorPool descPool() const { return fDescPool; } in descPool()50 VkDescriptorPool fDescPool; variable