HomeSort by relevance Sort by last modified time
    Searched refs:mOrthoMatrix (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
OpenGLRenderer.h 587 mat4 mOrthoMatrix;
OpenGLRenderer.cpp 152 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1);
399 mOrthoMatrix.load(current->orthoMatrix);
624 snapshot->orthoMatrix.load(mOrthoMatrix);
663 mOrthoMatrix.loadOrtho(0.0f, bounds.getWidth(), bounds.getHeight(), 0.0f, -1.0f, 1.0f);
    [all...]
DisplayListRenderer.cpp     [all...]

Completed in 3443 milliseconds