Home | History | Annotate | Download | only in gpu

Lines Matching refs:indexOffset

834         int indexOffset = 0;
841 for (int j = 0; j < args.fIndices.count(); ++j, ++indexOffset) {
842 *(indices + indexOffset) = args.fIndices[j] + vertexOffset;