Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp41 &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()
DGrVkDescriptorPool.h38 VkDescriptorPool descPool() const { return fDescPool; } in descPool()
50 VkDescriptorPool fDescPool; variable