Home
last modified time | relevance | path

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

/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate()
245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate()
/cts/tests/openglperf2/test/
DMatrixTest.cpp217 float radians = 45.0f * (M_PI / 180.0f); in TEST() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java874 static private Target.Floaty radians(double d, Target t) { in radians() method in CoreMathVerifier