Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.h26 VkDescriptorPool descPool() const { return fDescPool; } in descPool()
36 SkDebugf("GrVkDescriptorPool: %d, type %d (%d refs)\n", fDescPool, fType, in dumpInfo()
46 VkDescriptorPool fDescPool; variable
DGrVkDescriptorPool.cpp36 &fDescPool)); in GrVkDescriptorPool()
44 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0)); in reset()
50 GR_VK_CALL(gpu->vkInterface(), DestroyDescriptorPool(gpu->device(), fDescPool, nullptr)); in freeGPUData()