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