HomeSort by relevance Sort by last modified time
    Searched refs:mModelView (Results 1 - 6 of 6) 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;
Projector.java 43 Matrix.multiplyMM(mMVP, 0, mGrabber.mProjection, 0, mGrabber.mModelView, 0);
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;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 150 @param[in] mModelView Model View matrix
153 void SetModelView(const PVRTMat4& mModelView);
PVRTPrint3D.cpp 995 void CPVRTPrint3D::SetModelView(const PVRTMat4& mModelView)
997 m_mModelView = mModelView;
    [all...]

Completed in 182 milliseconds