Lines Matching refs:IVec2
56 using tcu::IVec2;
130 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
131 IVec2 bottomLeft;
132 IVec2 topRight;
136 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect()
186 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b)); in generateRandomFrame()
553 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate()
555 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate()
563 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate()
565 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate()
607 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate()
609 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate()
617 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate()
619 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate()