Searched defs:mOverlayTextureCoordBufferIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery3D/src/com/cooliris/media/
H A DGridQuad.java44 private int mOverlayTextureCoordBufferIndex; field in class:GridQuad
267 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mOverlayTextureCoordBufferIndex);
316 mOverlayTextureCoordBufferIndex = 0;
330 buffer[0] = mOverlayTextureCoordBufferIndex;
368 mOverlayTextureCoordBufferIndex = buffer[0];
369 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mOverlayTextureCoordBufferIndex);

Completed in 3 milliseconds