Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java47 private final float[] mRotationMatrix = new float[16]; field in SimpleGLRenderer
84 Matrix.setRotateM(mRotationMatrix, 0, mAngle, 0, 0, 1.0f); in onDrawFrame()
89 Matrix.multiplyMM(scratch, 0, mMVPMatrix, 0, mRotationMatrix, 0); in onDrawFrame()