HomeSort by relevance Sort by last modified time
    Searched defs:mModelView (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 23 mModelView = new float[16];
43 getMatrix(gl, GL10.GL_MODELVIEW, mModelView);
61 public float[] mModelView;
MatrixTrackingGL.java 50 private MatrixStack mModelView;
71 mModelView = new MatrixStack();
74 mCurrent = mModelView;
425 mCurrent = mModelView;

Completed in 2428 milliseconds