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