Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h62 bool getNewDescriptorSet(GrVkGpu* gpu, VkDescriptorSet* ds);
DGrVkDescriptorSetManager.cpp241 if (!fPoolManager.getNewDescriptorSet(gpu, &vkDS)) { in getDescriptorSet()
332 bool GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet() function in GrVkDescriptorSetManager::DescriptorPoolManager
/external/skqp/src/gpu/vk/
DGrVkDescriptorSetManager.h63 void getNewDescriptorSet(GrVkGpu* gpu, VkDescriptorSet* ds);
DGrVkDescriptorSetManager.cpp87 fPoolManager.getNewDescriptorSet(gpu, &vkDS); in getDescriptorSet()
290 void GrVkDescriptorSetManager::DescriptorPoolManager::getNewDescriptorSet(GrVkGpu* gpu, in getNewDescriptorSet() function in GrVkDescriptorSetManager::DescriptorPoolManager