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