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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 243 private int mElementBufferObjectId;
343 mElementBufferObjectId = vboIds[1];
350 gl11.glBindBuffer(GL11.GL_ELEMENT_ARRAY_BUFFER, mElementBufferObjectId);
373 gl11.glBindBuffer(GL11.GL_ELEMENT_ARRAY_BUFFER, mElementBufferObjectId);
MatrixPaletteRenderer.java 75 private int mElementBufferObjectId;
187 mElementBufferObjectId = vboIds[1];
194 gl11.glBindBuffer(GL11.GL_ELEMENT_ARRAY_BUFFER, mElementBufferObjectId);
220 gl11.glBindBuffer(GL11.GL_ELEMENT_ARRAY_BUFFER, mElementBufferObjectId);

Completed in 108 milliseconds