Searched refs:newFloatBuffer (Results 1 – 11 of 11) sorted by relevance
95 public static FloatBuffer newFloatBuffer (float array[]) { in newFloatBuffer() method in BufferFactory103 public static FloatBuffer newFloatBuffer (int capacity) { in newFloatBuffer() method in BufferFactory
43 return BufferFactory.newFloatBuffer(capacity); in allocate()78 FloatBuffer buf = BufferFactory.newFloatBuffer(array); in wrap()
97 private final FloatBuffer frustumNormals = BufferUtils.newFloatBuffer(NUM_PLANES * 4);98 private final FloatBuffer frustumOffsets = BufferUtils.newFloatBuffer(NUM_PLANES);
181 buffer = BufferUtils.newFloatBuffer(width * height); in OcclusionBuffer()
56 this.buffer = BufferUtils.newFloatBuffer(width * height * 4); in prepare()
167 this.matrix = BufferUtils.newFloatBuffer(16); in ShaderProgram()
48 FloatBuffer fb = BufferUtils.newFloatBuffer(8); in create()314 FloatBuffer fb = BufferUtils.newFloatBuffer(1024 * 1024 / 4); in benchFloat()
78 buffer = BufferUtils.newFloatBuffer(this.attributes.vertexSize / 4 * numVertices); in VertexBufferObject()
71 buffer = BufferUtils.newFloatBuffer(this.attributes.vertexSize / 4 * numVertices); in VertexBufferObjectWithVAO()
454 public static FloatBuffer newFloatBuffer (int numFloats) { in newFloatBuffer() method in BufferUtils
469 public static FloatBuffer newFloatBuffer (int numFloats) { in newFloatBuffer() method in BufferUtils