Home
last modified time | relevance | path

Searched refs:newRotate (Results 1 – 2 of 2) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DMatrix.h51 static Matrix* newRotate(float radians, float x, float y, float z);
DMatrix.cpp97 Matrix* m = newRotate(radians, x, y, z); in rotate()
245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate() function in Matrix