Searched refs:mAllocatedIndexCount (Results 1 – 1 of 1) sorted by relevance
39 , mAllocatedIndexCount(0) in VertexBuffer()82 mAllocatedIndexCount = indexCount; in allocIndices()132 mIndexCount = MathUtils::min(newCount, mAllocatedIndexCount); in updateIndexCount()167 unsigned int mAllocatedIndexCount; variable