Searched refs:fPoolManager (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkDescriptorSetManager.cpp | 58 : fPoolManager(type, gpu, visibilities, immutableSamplers) { in GrVkDescriptorSetManager() 87 fPoolManager.getNewDescriptorSet(gpu, &vkDS); in getDescriptorSet() 89 ds = new GrVkDescriptorSet(vkDS, fPoolManager.fPool, handle); in getDescriptorSet() 101 fPoolManager.freeGPUResources(gpu); in release() 117 fPoolManager.abandonGPUResources(); in abandon() 135 if (type != fPoolManager.fDescType) { in isCompatible() 154 if (type != fPoolManager.fDescType) { in isCompatible()
|
D | GrVkDescriptorSetManager.h | 41 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } in layout() 91 DescriptorPoolManager fPoolManager; variable
|
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.cpp | 62 : fPoolManager(type, gpu, visibilities, immutableSamplers) { in GrVkDescriptorSetManager() 91 fPoolManager.getNewDescriptorSet(gpu, &vkDS); in getDescriptorSet() 93 ds = new GrVkDescriptorSet(vkDS, fPoolManager.fPool, handle); in getDescriptorSet() 105 fPoolManager.freeGPUResources(gpu); in release() 121 fPoolManager.abandonGPUResources(); in abandon() 139 if (type != fPoolManager.fDescType) { in isCompatible() 158 if (type != fPoolManager.fDescType) { in isCompatible()
|
D | GrVkDescriptorSetManager.h | 41 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } in layout() 91 DescriptorPoolManager fPoolManager; variable
|