Searched refs:Sphere (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | PlanetsRenderer.java | 54 private final Sphere[] mSpheres; 112 mSpheres = new Sphere[mNumSpheres]; in PlanetsRenderer() 120 mSpheres[0] = new Sphere(SPHERE_SLICES, 0f, 0f, 0f, RADIUS_SUN, in PlanetsRenderer() 123 mSpheres[i] = new Sphere(SPHERE_SLICES, in PlanetsRenderer() 196 3 * Sphere.FLOAT_SIZE); in onDrawFrame() 403 * Sphere.FLOAT_SIZE, vertices, GLES20.GL_STATIC_DRAW); in createVbo() 418 indices[j].limit() * Sphere.SHORT_SIZE, indices[j], in createVbo()
|
D | Sphere.java | 36 public class Sphere { class 52 public Sphere(int nSlices, float x, float y, float z, float r, int numIndexBuffers) { in Sphere() method in Sphere
|