Home | History | Annotate | Download | only in scene

Lines Matching refs:numIndices

1070         int numIndices = indexBuf.size();
1072 IntMap<Integer> oldIndicesToNewIndices = new IntMap<Integer>(numIndices);
1076 for (int i = 0; i < numIndices; i++) {
1102 newIndexBuf = new IndexIntBuffer(BufferUtils.createIntBuffer(numIndices));
1104 newIndexBuf = new IndexShortBuffer(BufferUtils.createShortBuffer(numIndices));
1107 for (int i = 0; i < numIndices; i++) {