Home
last modified time | relevance | path

Searched defs:newIntBuffer (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
DBufferFactory.java111 public static IntBuffer newIntBuffer (int capacity) { in newIntBuffer() method in BufferFactory
119 public static IntBuffer newIntBuffer (int array[]) { in newIntBuffer() method in BufferFactory
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
DBufferUtils.java519 public static IntBuffer newIntBuffer (int numInts) { in newIntBuffer() method in BufferUtils
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DBufferUtils.java484 public static IntBuffer newIntBuffer (int numInts) { in newIntBuffer() method in BufferUtils