Home | History | Annotate | Download | only in functional

Lines Matching refs:WindowRectangle

160 	rr::WindowRectangle	rect;
174 ClearCommand (const rr::WindowRectangle& rect_,
189 rr::WindowRectangle rect;
266 clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_COLOR_BUFFER_BIT, Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0));
292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height);
324 cmd.rect = rr::WindowRectangle(0, 0, target.width, target.height);
349 cmd.rect = rr::WindowRectangle(0, 0, target.width, target.height);
625 testCmd.rect = rr::WindowRectangle(0, 0, m_renderTarget.width, m_renderTarget.height);