Home
last modified time | relevance | path

Searched refs:fPoolManager (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp53 : 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()
DGrVkDescriptorSetManager.h40 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } in layout()
88 DescriptorPoolManager fPoolManager; variable
/external/skqp/src/gpu/vk/
DGrVkDescriptorSetManager.cpp53 : 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()
DGrVkDescriptorSetManager.h40 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } in layout()
88 DescriptorPoolManager fPoolManager; variable