Searched refs:getFloatArray (Results 1 – 12 of 12) sorted by relevance
55 float[] vertexTable = BufferUtils.getFloatArray(mesh.getFloatBuffer(Type.Position)); in setMeshes()56 float[] normalTable = BufferUtils.getFloatArray(mesh.getFloatBuffer(Type.Normal)); in setMeshes()
82 static float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) in getFloatArray() function228 expected.positions = getFloatArray(positions, positionCount); in readTestFile()
488 float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) in getFloatArray() function680 expected.positions = getFloatArray(positions, positionCount); in DataDrivenTest()
110 inputData = BufferUtils.getFloatArray(mesh.getFloatBuffer(VertexBuffer.Type.Position)); in generateUVCoordinates()126 inputData = BufferUtils.getFloatArray(mesh.getFloatBuffer(VertexBuffer.Type.Normal)); in generateUVCoordinates()
50 float[] uvCoordinates = BufferUtils.getFloatArray(fb); in simpleInitApp()
161 float[] scores = bundle.getFloatArray(SpeechRecognizer.CONFIDENCE_SCORES); in handleResults()
390 float[] curvePoints = BufferUtils.getFloatArray(curve.getFloatBuffer(Type.Position)); in applyBevelAndTaper()399 taperPoints = BufferUtils.getFloatArray(taperObject.getFloatBuffer(Type.Position)); in applyBevelAndTaper()420 float[] vertices = BufferUtils.getFloatArray(positions); in applyBevelAndTaper()
214 assertEquals(null, bundle.getFloatArray("foo")); in testGetOfWrongType()
342 public float[] getFloatArray(String key) { in getFloatArray() method in ShadowBundle
700 public static float[] getFloatArray(FloatBuffer buff) { in getFloatArray() method in BufferUtils