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

  /external/replicaisland/src/com/replica/replicaisland/
Grid.java 27 import javax.microedition.khronos.opengles.GL11;
227 GL11 gl11 = (GL11)gl; local
229 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertBufferIndex);
230 gl11.glVertexPointer(3, mCoordinateType, 0, 0);
232 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mTextureCoordBufferIndex);
233 gl11.glTexCoordPointer(2, mCoordinateType, 0, 0)
249 GL11 gl11 = (GL11)gl; local
267 GL11 gl11 = (GL11)gl; local
312 GL11 gl11 = (GL11)gl; local
339 GL11 gl11 = (GL11)gl; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 29 import javax.microedition.khronos.opengles.GL11;
340 GL11 gl11 = (GL11) gl; local
341 gl11.glGenBuffers(2, vboIds, 0);
346 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId);
348 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW)
363 GL11 gl11 = (GL11) gl; local
    [all...]
MatrixPaletteRenderer.java 29 import javax.microedition.khronos.opengles.GL11;
184 GL11 gl11 = (GL11) gl; local
185 gl11.glGenBuffers(2, vboIds, 0);
190 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId);
192 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW)
205 GL11 gl11 = (GL11) gl; local
    [all...]

Completed in 190 milliseconds