Searched refs:mAllocatedVertexCount (Results 1 – 1 of 1) sorted by relevance
38 , mAllocatedVertexCount(0) in VertexBuffer()69 mAllocatedVertexCount = vertexCount; in alloc()134 mVertexCount = std::min(newCount, mAllocatedVertexCount); in updateVertexCount()165 unsigned int mAllocatedVertexCount; variable