Lines Matching refs:IVec2
69 using tcu::IVec2;
93 IVec2 oldSize;
94 IVec2 newSize;
117 void resize (IVec2 size);
119 const IVec2 m_oldSize;
120 const IVec2 m_newSize;
210 void ResizeTest::resize (IVec2 size) in resize()
229 void drawRectangle (const glw::Functions& gl, IVec2 pos, IVec2 size, Vec3 color) in drawRectangle()
240 void initSurface (const glw::Functions& gl, IVec2 oldSize) in initSurface()
246 drawRectangle(gl, IVec2(0, 0), oldSize, frameColor); in initSurface()
247 drawRectangle(gl, IVec2(2, 2), oldSize - IVec2(4, 4), fillColor); in initSurface()
249 drawRectangle(gl, IVec2(0, 0), IVec2(8, 4), markColor); in initSurface()
250 drawRectangle(gl, oldSize - IVec2(16, 16), IVec2(8, 4), markColor); in initSurface()
251 drawRectangle(gl, IVec2(0, oldSize.y() - 16), IVec2(8, 4), markColor); in initSurface()
252 drawRectangle(gl, IVec2(oldSize.x() - 16, 0), IVec2(8, 4), markColor); in initSurface()
306 Surface readSurface (const glw::Functions& gl, IVec2 size) in readSurface()
322 IVec2 getNativeSurfaceSize (const NativeWindow& nativeWindow, in getNativeSurfaceSize()
323 IVec2 reqSize) in getNativeSurfaceSize()
330 IVec2 checkSurfaceSize (const Library& egl, in checkSurfaceSize()
334 IVec2 reqSize, in checkSurfaceSize()
337 const IVec2 nativeSize = getNativeSurfaceSize(nativeWindow, reqSize); in checkSurfaceSize()
338 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize()
353 IVec2 oldEglSize = checkSurfaceSize(egl, in iterate()
398 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
413 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
449 IvVec2 ivVec2 (const IVec2& vec) in ivVec2()
465 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch()
466 const IVec2 winSize = m_nativeWindow->getScreenSize(); in getNativePixelsPerInch()
467 const IVec2 bufPp10km = eglu::getSurfaceResolution(egl, m_display, **m_surface); in getNativePixelsPerInch()
472 const IVec2 winPpi (int(winPpiI.x().midpoint()), int(winPpiI.y().midpoint())); in getNativePixelsPerInch()
499 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
531 IVec2(128, 128), IVec2(32, 32) }, in createCaseGroup()
533 IVec2(32, 32), IVec2(128, 128) }, in createCaseGroup()
535 IVec2(32, 128), IVec2(128, 32) }, in createCaseGroup()
537 IVec2(128, 32), IVec2(32, 128) }, in createCaseGroup()