Searched refs:newUnsafeByteBuffer (Results 1 – 13 of 13) sorted by relevance
69 compressedData = BufferUtils.newUnsafeByteBuffer(fileSize); in ETC1Data()154 BufferUtils.newUnsafeByteBuffer(compressedData); in encodeImage()165 BufferUtils.newUnsafeByteBuffer(compressedData); in encodeImagePKM()
41 byteBuffer = BufferUtils.newUnsafeByteBuffer(maxIndices * 2); in IndexArray()
83 compressedData = BufferUtils.newUnsafeByteBuffer(fileSize); in prepare()139 ByteBuffer directBuffer = BufferUtils.newUnsafeByteBuffer(pos); in prepare()
77 byteBuffer = BufferUtils.newUnsafeByteBuffer(maxIndices * 2); in IndexBufferObject()
57 byteBuffer = BufferUtils.newUnsafeByteBuffer(this.attributes.vertexSize * numVertices); in VertexArray()
80 ByteBuffer data = BufferUtils.newUnsafeByteBuffer(attributes.vertexSize * numVertices); in VertexBufferObject()
72 byteBuffer = BufferUtils.newUnsafeByteBuffer(this.attributes.vertexSize * numVertices); in VertexBufferObjectWithVAO()
31 java.nio.ByteBuffer buff = com.badlogic.gdx.utils.BufferUtils.newUnsafeByteBuffer(len);
82 java.nio.ByteBuffer buff = com.badlogic.gdx.utils.BufferUtils.newUnsafeByteBuffer(len); in loadFile()
516 public static ByteBuffer newUnsafeByteBuffer (int numBytes) { in newUnsafeByteBuffer() method in BufferUtils542 public static ByteBuffer newUnsafeByteBuffer(ByteBuffer buffer) { in newUnsafeByteBuffer() method in BufferUtils
103 buffer = BufferUtils.newUnsafeByteBuffer(data.length); in FreeTypeFontGenerator()107 buffer = BufferUtils.newUnsafeByteBuffer(fileSize); in FreeTypeFontGenerator()
74 ByteBuffer buffer = BufferUtils.newUnsafeByteBuffer(data.length); in newMemoryFace()
332 byteBuffer = BufferUtils.newUnsafeByteBuffer(this.attributes.vertexSize * numVertices); in OldVertexBufferObjectWithVAO()