Home | History | Annotate | Download | only in opengl

Lines Matching refs:maxIndex

104     int maxIndex = -1;
110 if ( index > maxIndex ) {
111 maxIndex = index;
115 if ( maxIndex * 3 > positionsLength) {
119 transformedIndexCount = maxIndex - minIndex + 1;