Searched refs:fDescPool (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkDescriptorPool.h | 25 VkDescriptorPool descPool() const { return fDescPool; } in descPool() 35 SkDebugf("GrVkDescriptorPool: %d, type %d (%d refs)\n", fDescPool, fType, in dumpInfo() 45 VkDescriptorPool fDescPool; variable
|
D | GrVkDescriptorPool.cpp | 36 &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()
|
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.h | 25 VkDescriptorPool descPool() const { return fDescPool; } in descPool() 35 SkDebugf("GrVkDescriptorPool: %d, type %d (%d refs)\n", fDescPool, fType, in dumpInfo() 45 VkDescriptorPool fDescPool; variable
|
D | GrVkDescriptorPool.cpp | 36 &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()
|