Home
last modified time | relevance | path

Searched defs:texcoords (Results 1 – 2 of 2) sorted by relevance

/development/samples/GlobalTime/src/com/android/globaltime/
DShape.java156 public void allocateBuffers(int[] vertices, int[] texcoords, int[] normals, in allocateBuffers()
180 public void allocateBuffers(int[] vertices, int[] texcoords, int[] normals, in allocateBuffers()
196 private void allocate(int[] vertices, int[] texcoords, int[] normals, in allocate()
DLatLongSphere.java32 int[] texcoords = new int[2 * lats * longs]; in LatLongSphere() local