Home
last modified time | relevance | path

Searched refs:mAllocatedIndexCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DVertexBuffer.h40 , mAllocatedIndexCount(0) in VertexBuffer()
83 mAllocatedIndexCount = indexCount; in allocIndices()
133 mIndexCount = MathUtils::min(newCount, mAllocatedIndexCount); in updateIndexCount()
166 unsigned int mAllocatedIndexCount; variable