Home | History | Annotate | Download | only in glrenderer

Lines Matching defs:mProjectionMatrix

151     private float[] mProjectionMatrix = new float[MATRIX_SIZE];
352 Matrix.orthoM(mProjectionMatrix, 0, 0, width, 0, height, -1, 1);
569 Matrix.multiplyMM(mTempMatrix, MATRIX_SIZE, mProjectionMatrix, 0, mTempMatrix, 0);