Searched refs:stripLength (Results 1 – 1 of 1) sorted by relevance
210 int stripLength = 0; in generateStrips() local221 stripLength = i - startingLoc; in generateStrips()223 stripLength = stripIndices.size(); in generateStrips()226 primGroupArray[stripCtr].indices = new int[stripLength]; in generateStrips()227 primGroupArray[stripCtr].numIndices = stripLength; in generateStrips()230 for (int i = startingLoc; i < stripLength + startingLoc; i++) in generateStrips()236 startingLoc += stripLength + 1; in generateStrips()