Home | History | Annotate | Download | only in hwui

Lines Matching defs:mVertexCount

36             , mVertexCount(0)
60 if (mVertexCount) {
71 mVertexCount = vertexCount;
72 mByteCount = mVertexCount * sizeof(TYPE);
109 if (!mVertexCount) {
115 if (vertexCount == 0) vertexCount = mVertexCount;
128 unsigned int getVertexCount() const { return mVertexCount; }
135 mVertexCount = std::min(newCount, mAllocatedVertexCount);
146 TYPE* end = (TYPE*)mBuffer + mVertexCount;
164 unsigned int mVertexCount;