Home | History | Annotate | Download | only in hwui

Lines Matching refs:mModelView

1229     mModelView.loadTranslate(left, top, 0.0f);
1231 mCaches.currentProgram->set(mOrthoMatrix, mModelView, *mSnapshot->transform);
1234 mCaches.currentProgram->set(mOrthoMatrix, mModelView, mIdentity);
1246 mModelView.loadTranslate(left, top, 0.0f);
1247 mModelView.scale(right - left, bottom - top, 1.0f);
1249 mModelView.loadIdentity();
1253 mCaches.currentProgram->set(mOrthoMatrix, mModelView, *mSnapshot->transform);
1258 mCaches.currentProgram->set(mOrthoMatrix, mModelView, mIdentity);
1283 mModelView.loadInverse(*mSnapshot->transform);
1285 mShader->setupProgram(mCaches.currentProgram, mModelView, *mSnapshot, &mTextureUnit);