Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkDescriptorSetManager.h52 struct DescriptorPoolManager { struct
53 DescriptorPoolManager(VkDescriptorType type, GrVkGpu* gpu,
58 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
91 DescriptorPoolManager fPoolManager; argument
DGrVkDescriptorSetManager.cpp189 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager
274 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool()
290 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet()
313 void GrVkDescriptorSetManager::DescriptorPoolManager::freeGPUResources(GrVkGpu* gpu) { in freeGPUResources()
326 void GrVkDescriptorSetManager::DescriptorPoolManager::abandonGPUResources() { in abandonGPUResources()
/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h51 struct DescriptorPoolManager { struct
52 DescriptorPoolManager(VkDescriptorSetLayout, VkDescriptorType type,
55 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
91 DescriptorPoolManager fPoolManager; argument
DGrVkDescriptorSetManager.cpp279 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager
291 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool()
307 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet()
334 void GrVkDescriptorSetManager::DescriptorPoolManager::freeGPUResources(GrVkGpu* gpu) { in freeGPUResources()