Searched refs:mProjection (Results 1 – 3 of 3) sorted by relevance
24 mProjection = new float[16]; in MatrixGrabber()52 getMatrix(gl, GL10.GL_PROJECTION, mProjection); in getCurrentProjection()62 public float[] mProjection; field in MatrixGrabber
43 Matrix.multiplyMM(mMVP, 0, mGrabber.mProjection, 0, mGrabber.mModelView, 0); in project()
52 private MatrixStack mProjection; field in MatrixTrackingGL72 mProjection = new MatrixStack(); in MatrixTrackingGL()431 mCurrent = mProjection; in glMatrixMode()