Searched refs:cIndex (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dstretch.c66 int cCount, cIndex[2], cStep; variable in typeref:typename:int[2]
213 cIndex[0] = cIndex[1];
214 cIndex[1] = cIndex[1] + 1;
215 if (cIndex[1] == cCount) {
216 cIndex[1] = 0;
218 vList[4].dX = (cList[cIndex[1]].x - cList[cIndex[0]].x) / STEPCOUNT;
219 vList[4].dY = (cList[cIndex[
[all...]

Completed in 7 milliseconds