Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h53 struct DescriptorPoolManager { struct
54 DescriptorPoolManager(VkDescriptorSetLayout, VkDescriptorType type,
57 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument
93 DescriptorPoolManager fPoolManager; argument
DGrVkDescriptorSetManager.cpp298 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager
310 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool()
326 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet()
353 void GrVkDescriptorSetManager::DescriptorPoolManager::freeGPUResources(GrVkGpu* gpu) { in freeGPUResources()
/third_party/flutter/skia/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
278 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool()
294 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet()
317 void GrVkDescriptorSetManager::DescriptorPoolManager::freeGPUResources(GrVkGpu* gpu) { in freeGPUResources()
330 void GrVkDescriptorSetManager::DescriptorPoolManager::abandonGPUResources() { in abandonGPUResources()