Searched refs:CHAR_SIZE (Results 1 – 1 of 1) sorted by relevance
87 final static int CHAR_SIZE = 2; field in TestView.Grid133 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount) in Grid()201 …gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer,… in createBufferObjects()