Searched refs:mViewMatrix (Results 1 – 1 of 1) sorted by relevance
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
D | SimpleGLRenderer.java | 46 private final float[] mViewMatrix = new float[16]; field in SimpleGLRenderer 69 Matrix.setLookAtM(mViewMatrix, 0, 0, 0, -3, 0f, 0f, 0f, 0f, 1.0f, 0.0f); in onDrawFrame() 72 Matrix.multiplyMM(mMVPMatrix, 0, mProjectionMatrix, 0, mViewMatrix, 0); in onDrawFrame()
|