Searched refs:maxIndexCount (Results 1 – 1 of 1) sorted by relevance
153 const size_t maxIndexCount = (rings - 1) * sectors * 6u; in GenerateSphereGeometry() local158 indices.reserve(maxIndexCount); in GenerateSphereGeometry()245 const size_t maxIndexCount = static_cast<size_t>(sectors) * 6u; in GenerateConeGeometry() local250 indices.reserve(maxIndexCount); in GenerateConeGeometry()318 const size_t maxIndexCount = maxVertexCount * 6u; in GenerateTorusGeometry() local323 indices.reserve(maxIndexCount); in GenerateTorusGeometry()