Home | History | Annotate | Download | only in cts

Lines Matching refs:mMMatrix

647             Matrix.setIdentityM(mMMatrix, 0);
701 Matrix.multiplyMM(mMVPMatrix, 0, mVMatrix, 0, mMMatrix, 0);
882 private float[] mMMatrix = new float[16];