Searched refs:fPoolManager (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.cpp | 53 : fPoolManager(type, gpu, visibilities) { in GrVkDescriptorSetManager() 68 fPoolManager.getNewDescriptorSet(gpu, &vkDS); in getDescriptorSet() 70 ds = new GrVkDescriptorSet(vkDS, fPoolManager.fPool, handle); in getDescriptorSet() 82 fPoolManager.freeGPUResources(gpu); in release() 91 fPoolManager.abandonGPUResources(); in abandon() 102 if (type != fPoolManager.fDescType) { in isCompatible() 130 if (type != fPoolManager.fDescType) { in isCompatible()
|
D | GrVkDescriptorSetManager.h | 40 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } in layout() 88 DescriptorPoolManager fPoolManager; variable
|
/external/skqp/src/gpu/vk/ |
D | GrVkDescriptorSetManager.cpp | 53 : fPoolManager(type, gpu, visibilities) { in GrVkDescriptorSetManager() 68 fPoolManager.getNewDescriptorSet(gpu, &vkDS); in getDescriptorSet() 70 ds = new GrVkDescriptorSet(vkDS, fPoolManager.fPool, handle); in getDescriptorSet() 82 fPoolManager.freeGPUResources(gpu); in release() 91 fPoolManager.abandonGPUResources(); in abandon() 102 if (type != fPoolManager.fDescType) { in isCompatible() 130 if (type != fPoolManager.fDescType) { in isCompatible()
|
D | GrVkDescriptorSetManager.h | 40 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } in layout() 88 DescriptorPoolManager fPoolManager; variable
|