Home
last modified time | relevance | path

Searched refs:setSurfaceSize (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglSwapBuffersWithDamageTests.cpp426 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 …]
DteglBufferAgeTests.cpp558 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()
DteglResizeTests.cpp212 m_nativeWindow->setSurfaceSize(size); in resize()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsemantics_zero_surface_size_test.dart34 await tester.binding.setSurfaceSize(const Size(0.0, 0.0));
44 await tester.binding.setSurfaceSize(null);
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp90 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/
DtcuLnxWaylandEglDisplayFactory.cpp96 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/
DtcuOhosNativeWindow.hpp64 void setSurfaceSize (IVec2 size);
DtcuOhosNativeWindow.cpp82 void OhosWindow::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp147 void setSurfaceSize (IVec2 size);
168 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::lnx::x11::egl::Window
/third_party/vk-gl-cts/framework/egl/
DegluNativeWindow.cpp62 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in eglu::NativeWindow
DegluNativeWindow.hpp106 virtual void setSurfaceSize (tcu::IVec2 size);
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp161 void setSurfaceSize(IVec2 size) override;
336 void NativeWindow::setSurfaceSize(IVec2 size) in setSurfaceSize() function in tcu::__anon8e4d825a0111::NativeWindow
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp127 virtual void setSurfaceSize (IVec2 size);
282 void NativeWindow::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::win32::__anonfc7986980111::NativeWindow
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp175 void setSurfaceSize(IVec2 size) override;
370 void NativeWindow::setSurfaceSize(IVec2 size) in setSurfaceSize() function in tcu::__anon5d5b10250111::NativeWindow
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dbinding.dart327 Future<void> setSurfaceSize(Size size) {