HomeSort by relevance Sort by last modified time
    Searched defs:mModelView (Results 1 - 3 of 3) 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;
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 566 PVRTMat4 mModelView, mMVP;
567 mModelView = m_View * mWorld;
568 mMVP = m_Projection * mModelView;

Completed in 382 milliseconds