Lines Matching refs:indexCount
747 const uint16_t* indices, int indexCount, in Create() argument
751 vertexCount, indices, indexCount, colors, in Create()
826 indices = batchTarget->makeIndexSpace(this->indexCount(), &indexBuffer, &firstIndex); in generateGeometry()
862 firstIndex, this->vertexCount(), this->indexCount()); in generateGeometry()
876 const uint16_t* indices, int indexCount, in DrawVerticesBatch() argument
886 installedGeo.fIndices.append(indexCount, indices); in DrawVerticesBatch()
906 fBatch.fIndexCount = indexCount; in DrawVerticesBatch()
926 int indexCount() const { return fBatch.fIndexCount; } in indexCount() function in DrawVerticesBatch
963 fBatch.fIndexCount += that->indexCount(); in onCombineIfPossible()
997 int indexCount) { in drawVertices() argument
1028 indexCount, colors, texCoords, in drawVertices()