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 | 549 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 551 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 559 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 561 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 603 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 605 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 613 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 615 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 | 86 void setSurfaceSize (IVec2 size); 118 setSurfaceSize(IVec2(width, height)); in NativeWindow() 132 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in tcu::Android::NativeWindow
|
/external/deqp/framework/platform/wayland/ |
D | tcuWaylandEglPlatform.cpp | 92 void setSurfaceSize (IVec2 size); 112 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::wayland::egl::Window
|
/external/deqp/framework/platform/X11/ |
D | tcuX11EglPlatform.cpp | 140 void setSurfaceSize (IVec2 size); 161 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::x11::egl::Window
|
/external/deqp/framework/egl/ |
D | egluNativeWindow.cpp | 56 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in eglu::NativeWindow
|
D | egluNativeWindow.hpp | 102 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::__anonbac8d03a0111::NativeWindow
|