Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DVertexBuffer.h39 , mAllocatedIndexCount(0) in VertexBuffer()
81 mAllocatedIndexCount = indexCount; in allocIndices()
131 mIndexCount = std::min(newCount, mAllocatedIndexCount); in updateIndexCount()
166 unsigned int mAllocatedIndexCount; variable