HomeSort by relevance Sort by last modified time
    Searched defs:numIndices (Results 1 - 2 of 2) sorted by null

  /frameworks/base/opengl/java/android/opengl/
Group.java 78 int numIndices = dis.readInt();
79 byte[] indicesBytes = new byte[numIndices * 2];
85 for (int j = 0; j < numIndices; j++) {
94 ByteBuffer ibb = ByteBuffer.allocateDirect(2*numIndices);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 214 int[] numIndices = mSpheres[i].getNumIndices();
218 for (int j = 0; j < numIndices.length; j++) {
222 numIndices[j], GLES20.GL_UNSIGNED_SHORT,
226 for (int j = 0; j < numIndices.length; j++) {
228 numIndices[j], GLES20.GL_UNSIGNED_SHORT,
388 int[] numIndices = mSpheres[i].getNumIndices();
391 for (int j = 0; j < numIndices.length; j++) {

Completed in 74 milliseconds