Searched refs:CHAR_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGrid.java40 private static final int CHAR_SIZE = 2; field in class:Grid
110 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount)
251 GL11.GL_UNSIGNED_SHORT, startIndex * CHAR_SIZE);

Completed in 58 milliseconds