Home | History | Annotate | Download | only in gpu

Lines Matching refs:vCount

115                             int* vCount,
128 *vCount = 0;
145 *vCount += 5;
148 *vCount += 6;
162 *vCount += 4;
272 int* vCount,
323 compute_vectors(segments, fanPt, dir, vCount, iCount);
365 int vCount = 4;
367 vCount += 5;
369 vCount += 6;
371 if (draw->fVertexCnt + vCount > (1 << 16)) {
656 int vCount;
668 if (!get_segments(*path, viewMatrix, &segments, &fanPt, &vCount, &iCount, &devBounds)) {
681 GrDrawTarget::AutoReleaseGeometry arg(target, vCount, iCount);
698 for (int i = 2; i < vCount; ++i) {