Searched refs:in_indices (Results 1 – 2 of 2) sorted by relevance
123 public PrimitiveGroup[] generateStrips(int[] in_indices) { in generateStrips() argument130 for (int i = 0; i < in_indices.length; i++) { in generateStrips()131 tempIndices.add(in_indices[i]); in generateStrips()132 if (in_indices[i] > maxIndex) in generateStrips()133 maxIndex = in_indices[i]; in generateStrips()
1330 void stripify(IntVec in_indices, int in_cacheSize, int in_minStripLength, in stripify() argument1345 indices = in_indices; in stripify()