Searched refs:mOrthoMatrix (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp183 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
756 mOrthoMatrix.load(current->orthoMatrix);
989 mSnapshot->orthoMatrix.load(mOrthoMatrix);
1018 mOrthoMatrix.loadOrtho(0.0f, bounds.getWidth(), bounds.getHeight(), 0.0f, -1.0f, 1.0f);
1871 mCaches.currentProgram->set(mOrthoMatrix, mModelView, currentTransform());
1874 mCaches.currentProgram->set(mOrthoMatrix, mModelView, mat4::identity());
1880 mCaches.currentProgram->set(mOrthoMatrix, mat4::identity(), currentTransform(), offset);
1893 mCaches.currentProgram->set(mOrthoMatrix, mModelView, currentTransform());
1898 mCaches.currentProgram->set(mOrthoMatrix, mModelView, mat4::identity());
H A DDisplayListRenderer.cpp123 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
H A DOpenGLRenderer.h1056 mat4 mOrthoMatrix; member in class:android::uirenderer::OpenGLRenderer

Completed in 39 milliseconds