Home
last modified time | relevance | path

Searched refs:mVertexBufferObjectId (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DMatrixPaletteRenderer.java74 private int mVertexBufferObjectId; field in MatrixPaletteRenderer.Grid
186 mVertexBufferObjectId = vboIds[0]; in createBufferObjects()
190 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); in createBufferObjects()
210 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); in draw()
DCubeMapActivity.java242 private int mVertexBufferObjectId; field in CubeMapActivity.Grid
342 mVertexBufferObjectId = vboIds[0]; in createBufferObjects()
346 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); in createBufferObjects()
367 gl11.glBindBuffer(GL11.GL_ARRAY_BUFFER, mVertexBufferObjectId); in draw()