Searched defs:createIntBuffer (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DBufferUtils.java661 public static IntBuffer createIntBuffer(int... data) { method in class:BufferUtils
665 IntBuffer buff = createIntBuffer(data.length);
845 public static IntBuffer createIntBuffer(int size) { method in class:BufferUtils
863 public static IntBuffer createIntBuffer(IntBuffer buf, int size) { method in class:BufferUtils
869 buf = createIntBuffer(size);
891 copy = createIntBuffer(buf.limit());

Completed in 63 milliseconds