/third_party/vk-gl-cts/modules/egl/ |
H A 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(IVec in iterate() [all...] |
H A D | teglBufferAgeTests.cpp | 558 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 560 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 568 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 570 m_window->setSurfaceSize(IVec2(height/2, width*2)); in iterate() 612 m_window->setSurfaceSize(IVec2(width*2, height/2)); in iterate() 614 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()
|
H A D | teglResizeTests.cpp | 212 m_nativeWindow->setSurfaceSize(size); in resize()
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A 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
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
H A D | tcuLnxWaylandEglDisplayFactory.cpp | 96 void setSurfaceSize (IVec2 size); 116 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::lnx::wayland::egl::Window
|
/third_party/vk-gl-cts/framework/platform/ohos/display/window/ |
H A D | tcuOhosNativeWindow.hpp | 64 void setSurfaceSize (IVec2 size);
|
H A D | tcuOhosNativeWindow.cpp | 85 void OhosWindow::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::OHOS_ROSEN::egl::OhosWindow 88 printf("setSurfaceSize IVec2: %d\n", size.x()); in setSurfaceSize()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluNativeWindow.cpp | 62 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in eglu::NativeWindow
|
H A D | egluNativeWindow.hpp | 106 virtual void setSurfaceSize (tcu::IVec2 size);
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11EglDisplayFactory.cpp | 147 void setSurfaceSize (IVec2 size); 168 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::lnx::x11::egl::Window
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuANGLENativeDisplayFactory.cpp | 175 void setSurfaceSize(IVec2 size) override; 370 void NativeWindow::setSurfaceSize(IVec2 size) in setSurfaceSize() function in tcu::__anon20153::NativeWindow
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 127 virtual void setSurfaceSize (IVec2 size); 282 void NativeWindow::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::win32::__anon30308::NativeWindow
|