Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h53 struct DescriptorPoolManager { struct
54 DescriptorPoolManager(VkDescriptorSetLayout, VkDescriptorType type,
57 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
93 DescriptorPoolManager fPoolManager; argument
DGrVkDescriptorSetManager.cpp304 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager
316 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool()
332 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet()
359 void GrVkDescriptorSetManager::DescriptorPoolManager::freeGPUResources(GrVkGpu* gpu) { in freeGPUResources()
/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()