HomeSort by relevance Sort by last modified time
    Searched full:numpools (Results 1 - 1 of 1) sorted by null

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 17 int numPools = fTypeCounts.numPoolSizes();
18 SkAutoTDeleteArray<VkDescriptorPoolSize> poolSizes(new VkDescriptorPoolSize[numPools]);
27 SkASSERT(currentPool == numPools);
35 createInfo.poolSizeCount = numPools;

Completed in 335 milliseconds