Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp275 this->getNewPool(gpu); in DescriptorPoolManager()
278 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool() function in GrVkDescriptorSetManager::DescriptorPoolManager
301 this->getNewPool(gpu); in getNewDescriptorSet()
DGrVkDescriptorSetManager.h82 void getNewPool(GrVkGpu* gpu);
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h79 bool getNewPool(GrVkGpu* gpu);
DGrVkDescriptorSetManager.cpp310 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewPool(GrVkGpu* gpu) { in getNewPool() function in GrVkDescriptorSetManager::DescriptorPoolManager
333 if (!this->getNewPool(gpu) ) { in getNewDescriptorSet()