Searched refs:mOrthoMatrix (Results 1 – 1 of 1) sorted by relevance
163 const Matrix4& getOrthoMatrix() const { return mViewportData.mOrthoMatrix; } in getOrthoMatrix()285 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1); in initialize()298 mat4 mOrthoMatrix; member