Home
last modified time | relevance | path

Searched refs:findOrCreateCompatibleDescriptorPool (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkResourceProvider.h97 GrVkDescriptorPool* findOrCreateCompatibleDescriptorPool(VkDescriptorType type, uint32_t count);
DGrVkDescriptorSetManager.cpp254 fPool = gpu->resourceProvider().findOrCreateCompatibleDescriptorPool(fDescType, in getNewPool()
DGrVkResourceProvider.cpp163 GrVkDescriptorPool* GrVkResourceProvider::findOrCreateCompatibleDescriptorPool( in findOrCreateCompatibleDescriptorPool() function in GrVkResourceProvider