Home | History | Annotate | Download | only in gpu

Lines Matching defs:indexCount

747                            const uint16_t* indices, int indexCount,
751 vertexCount, indices, indexCount, colors,
826 indices = batchTarget->makeIndexSpace(this->indexCount(), &indexBuffer, &firstIndex);
862 firstIndex, this->vertexCount(), this->indexCount());
876 const uint16_t* indices, int indexCount,
886 installedGeo.fIndices.append(indexCount, indices);
906 fBatch.fIndexCount = indexCount;
926 int indexCount() const { return fBatch.fIndexCount; }
963 fBatch.fIndexCount += that->indexCount();
997 int indexCount) {
1028 indexCount, colors, texCoords,