Home
last modified time | relevance | path

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

/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwUtil.java37 static ByteBuffer toBuffer (boolean[] src, int offset) { in toBuffer() method in JglfwUtil
46 static IntBuffer toBuffer (int[] src, int offset) { in toBuffer() method in JglfwUtil
54 static FloatBuffer toBuffer (float[] src, int offset) { in toBuffer() method in JglfwUtil
/external/jetty/src/java/org/eclipse/jetty/io/
DBufferUtil.java279 public static Buffer toBuffer(long value) in toBuffer() method in BufferUtil
/external/libpng/contrib/libtests/
Dpngvalid.c581 pixel_copy(png_bytep toBuffer, png_uint_32 toIndex, in pixel_copy()
624 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth, in row_copy()