Home | History | Annotate | Download | only in hwui

Lines Matching refs:mModelView

1124     mModelView.loadTranslate(left, top, 0.0f);
1126 mCaches.currentProgram->set(mOrthoMatrix, mModelView, *mSnapshot->transform);
1129 mCaches.currentProgram->set(mOrthoMatrix, mModelView, mIdentity);
1141 mModelView.loadTranslate(left, top, 0.0f);
1142 mModelView.scale(right - left, bottom - top, 1.0f);
1144 mModelView.loadIdentity();
1148 mCaches.currentProgram->set(mOrthoMatrix, mModelView, *mSnapshot->transform);
1153 mCaches.currentProgram->set(mOrthoMatrix, mModelView, mIdentity);
1178 mModelView.loadInverse(*mSnapshot->transform);
1180 mShader->setupProgram(mCaches.currentProgram, mModelView, *mSnapshot, &mTextureUnit);