HomeSort by relevance Sort by last modified time
    Searched defs:newByteBuffer (Results 1 - 3 of 3) sorted by null

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
BufferFactory.java 31 public static ByteBuffer newByteBuffer (byte array[]) {
39 public static ByteBuffer newByteBuffer (int capacity) {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
BufferUtils.java 489 public static ByteBuffer newByteBuffer (int numBytes) {
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
BufferUtils.java 466 public static ByteBuffer newByteBuffer (int numBytes) {
    [all...]

Completed in 184 milliseconds