Searched refs:CHAR_SIZE (Results 1 – 3 of 3) sorted by relevance
47 final int CHAR_SIZE = 2; in Grid() local58 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount) in Grid()
61 final static int CHAR_SIZE = 2; field in MatrixPaletteRenderer.Grid113 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount) in Grid()196 …gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer,… in createBufferObjects()
233 final static int CHAR_SIZE = 2; field in CubeMapActivity.Grid281 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount) in Grid()352 …gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer,… in createBufferObjects()