HomeSort by relevance Sort by last modified time
    Searched full:idxidx (Results 1 - 1 of 1) sorted by null

  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 208 int idxIdx = 0;
212 idx[idxIdx + 0] = (short)(vtxIdx + 0);
213 idx[idxIdx + 1] = (short)(vtxIdx + 1);
214 idx[idxIdx + 2] = (short)(vtxIdx + 2);
215 idx[idxIdx + 3] = (short)(vtxIdx + 1);
216 idx[idxIdx + 4] = (short)(vtxIdx + 3);
217 idx[idxIdx + 5] = (short)(vtxIdx + 2);
218 idxIdx += 6;

Completed in 458 milliseconds