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.cpp1500 uint32_t numOutIndices = indexCount + 1; in streamIndices() local
1503 numOutIndices = GetLineLoopWithRestartIndexCount(glIndexType, indexCount, srcPtr); in streamIndices()
1505 *indexCountOut = numOutIndices; in streamIndices()
1506 size_t allocateBytes = unitSize * numOutIndices; in streamIndices()