Searched refs:mMMatrix (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java91 Matrix.setIdentityM(mMMatrix, 0);
92 Matrix.rotateM(mMMatrix, 0, 20, 0, 1, 0);
128 Matrix.multiplyMM(mMVPMatrix, 0, mVMatrix, 0, mMMatrix, 0);
325 private float[] mMMatrix = new float[16]; field in class:MyRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java147 Matrix.setIdentityM(mMMatrix, 0);
221 Matrix.multiplyMM(mMVPMatrix, 0, mVMatrix, 0, mMMatrix, 0);
376 Matrix.setIdentityM(mMMatrix, 0);
377 Matrix.translateM(mMMatrix, 0, mPos[0], mPos[1], mPos[2]);
479 private float[] mMMatrix = new float[16]; field in class:CamRenderer

Completed in 137 milliseconds