Home | History | Annotate | Download | only in simplereference

Lines Matching defs:m_viewport

612 	virtual void			viewport				(int x, int y, int width, int height) { m_viewport = tcu::IVec4(x, y, width, height); }
797 const tcu::IVec4& getViewport (void) const { return m_viewport; }
877 tcu::IVec4 m_viewport;