Searched refs:setSurfaceSize (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSwapBuffersWithDamageTests.cpp | 426 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 428 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 436 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 438 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 508 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 510 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 518 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 520 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 622 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 624 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() [all …]
|
D | teglBufferAgeTests.cpp | 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()
|
D | teglResizeTests.cpp | 210 m_nativeWindow->setSurfaceSize(size); in resize()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 90 void setSurfaceSize (IVec2 size); 122 setSurfaceSize(IVec2(width, height)); in NativeWindow() 136 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in tcu::Android::NativeWindow
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 96 void setSurfaceSize (IVec2 size); 116 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::lnx::wayland::egl::Window
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 147 void setSurfaceSize (IVec2 size); 168 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::lnx::x11::egl::Window
|
/external/deqp/framework/egl/ |
D | egluNativeWindow.cpp | 62 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in eglu::NativeWindow
|
D | egluNativeWindow.hpp | 106 virtual void setSurfaceSize (tcu::IVec2 size);
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 127 virtual void setSurfaceSize (IVec2 size); 282 void NativeWindow::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::win32::__anon1b601ec30111::NativeWindow
|