Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3213 uint32_t numOutIndices = indexCount + 1; in streamIndices() local
3216 numOutIndices = GetLineLoopWithRestartIndexCount(glIndexType, indexCount, srcPtr); in streamIndices()
3218 *indexCountOut = numOutIndices; in streamIndices()
3219 size_t allocateBytes = unitSize * numOutIndices; in streamIndices()