Searched refs:nbIndices (Results 1 – 1 of 1) sorted by relevance
246 unsigned int nbIndices = getNumIndices(restartIndices, i, count); in recomputePrimitiveCount() local247 *primitiveCount += nbIndices / vertexPerPrimitive; in recomputePrimitiveCount()260 unsigned int nbIndices = getNumIndices(restartIndices, i, count); in recomputePrimitiveCount() local261 *primitiveCount += (nbIndices >= vertexPerPrimitive) ? (nbIndices + countOffset) : 0; in recomputePrimitiveCount()