Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp18 : fPoolManager(type, gpu, uniformHandler) { in GrVkDescriptorSetManager()
36 : fPoolManager(type, gpu, visibilities) { in GrVkDescriptorSetManager()
62 fPoolManager.getNewDescriptorSet(gpu, &vkDS); in getDescriptorSet()
64 ds = new GrVkDescriptorSet(vkDS, fPoolManager.fPool, handle); in getDescriptorSet()
76 fPoolManager.freeGPUResources(gpu); in release()
85 fPoolManager.abandonGPUResources(); in abandon()
96 if (type != fPoolManager.fDescType) { in isCompatible()
115 if (type != fPoolManager.fDescType) { in isCompatible()
DGrVkDescriptorSetManager.h42 VkDescriptorSetLayout layout() const { return fPoolManager.fDescLayout; } in layout()
90 DescriptorPoolManager fPoolManager; variable