Home | History | Annotate | Download | only in scene

Lines Matching refs:oldIndex

1077             int oldIndex = indexBuf.get(i);
1079 if (!oldIndicesToNewIndices.containsKey(oldIndex)) {
1082 oldIndicesToNewIndices.put(oldIndex, newIndex);
1083 newIndicesToOldIndices.add(oldIndex);
1109 int oldIndex = indexBuf.get(i);
1110 newIndex = oldIndicesToNewIndices.get(oldIndex);
1141 int oldIndex = newIndicesToOldIndices.get(i);
1145 oldVb.copyElement(oldIndex, newVb, i);