HomeSort by relevance Sort by last modified time
    Searched refs:newTranslate (Results 1 - 3 of 3) sorted by null

  /cts/tests/openglperf2/jni/graphics/
Matrix.h 47 static Matrix* newTranslate(float x, float y, float z);
Matrix.cpp 77 Matrix* m = newTranslate(x, y, z);
225 Matrix* Matrix::newTranslate(float x, float y, float z) {
  /cts/tests/openglperf2/test/
MatrixTest.cpp 85 Matrix* m2 = Matrix::newTranslate(10, 5, 6);
189 Matrix* m = Matrix::newTranslate(5, 6, 8);

Completed in 971 milliseconds