Searched defs:DescriptorPoolManager (Results 1 – 3 of 3) sorted by relevance
53 struct DescriptorPoolManager { struct60 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument90 DescriptorPoolManager fPoolManager; argument
106 struct DescriptorPoolManager { struct107 DescriptorPoolManager(VkDescriptorSetLayout layout, VkDescriptorType type, in DescriptorPoolManager() function119 ~DescriptorPoolManager() { in ~DescriptorPoolManager() argument129 VkDescriptorSetLayout fDescLayout;130 VkDescriptorType fDescType;131 uint32_t fDescCountPerSet;132 uint32_t fMaxDescriptors;133 uint32_t fCurrentDescriptorCount;134 GrVkDescriptorPool* fPool;
149 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager159 GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager( in DescriptorPoolManager() function in GrVkDescriptorSetManager::DescriptorPoolManager