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;
208 void ResizeTest::resize (IVec2 size) in resize()
227 void drawRectangle (const glw::Functions& gl, IVec2 pos, IVec2 size, Vec3 color) in drawRectangle()
238 void initSurface (const glw::Functions& gl, IVec2 oldSize) in initSurface()
244 drawRectangle(gl, IVec2(0, 0), oldSize, frameColor); in initSurface()
245 drawRectangle(gl, IVec2(2, 2), oldSize - IVec2(4, 4), fillColor); in initSurface()
247 drawRectangle(gl, IVec2(0, 0), IVec2(8, 4), markColor); in initSurface()
248 drawRectangle(gl, oldSize - IVec2(16, 16), IVec2(8, 4), markColor); in initSurface()
249 drawRectangle(gl, IVec2(0, oldSize.y() - 16), IVec2(8, 4), markColor); in initSurface()
250 drawRectangle(gl, IVec2(oldSize.x() - 16, 0), IVec2(8, 4), markColor); in initSurface()
304 Surface readSurface (const glw::Functions& gl, IVec2 size) in readSurface()
320 IVec2 getNativeSurfaceSize (const NativeWindow& nativeWindow, in getNativeSurfaceSize()
321 IVec2 reqSize) in getNativeSurfaceSize()
328 IVec2 checkSurfaceSize (const Library& egl, in checkSurfaceSize()
332 IVec2 reqSize, in checkSurfaceSize()
335 const IVec2 nativeSize = getNativeSurfaceSize(nativeWindow, reqSize); in checkSurfaceSize()
336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize()
350 IVec2 oldEglSize = checkSurfaceSize(egl, in iterate()
395 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
410 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
445 IvVec2 ivVec2 (const IVec2& vec) in ivVec2()
461 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch()
462 const IVec2 winSize = m_nativeWindow->getScreenSize(); in getNativePixelsPerInch()
463 const IVec2 bufPp10km = eglu::getSurfaceResolution(egl, m_display, **m_surface); in getNativePixelsPerInch()
468 const IVec2 winPpi (int(winPpiI.x().midpoint()), int(winPpiI.y().midpoint())); in getNativePixelsPerInch()
495 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
527 IVec2(128, 128), IVec2(32, 32) }, in createCaseGroup()
529 IVec2(32, 32), IVec2(128, 128) }, in createCaseGroup()
531 IVec2(32, 128), IVec2(128, 32) }, in createCaseGroup()
533 IVec2(128, 32), IVec2(32, 128) }, in createCaseGroup()