Home
last modified time | relevance | path

Searched defs:normals (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.java34 int[] normals = new int[3 * lats * longs]; in LatLongSphere() local