Home
last modified time | relevance | path

Searched refs:getScreenSize (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/display/window/
DtcuOhosNativeWindow.hpp65 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::OHOS_ROSEN::egl::OhosWindow
/third_party/vk-gl-cts/framework/egl/
DegluNativeWindow.cpp69 tcu::IVec2 NativeWindow::getScreenSize (void) const in getScreenSize() function in eglu::NativeWindow
DegluNativeWindow.hpp109 virtual tcu::IVec2 getScreenSize (void) const;
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp97 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::wayland::egl::Window
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp148 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::x11::egl::Window
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp88 IVec2 getScreenSize (void) const { return m_window->getSize(); } in getScreenSize() function in tcu::Android::NativeWindow
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp159 IVec2 getScreenSize() const override { return getSurfaceSize(); } in getScreenSize() function in tcu::__anon8e4d825a0111::NativeWindow
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::win32::__anonfc7986980111::NativeWindow
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp173 IVec2 getScreenSize() const override { return getSurfaceSize(); } in getScreenSize() function in tcu::__anon5d5b10250111::NativeWindow
/third_party/vk-gl-cts/modules/egl/
DteglResizeTests.cpp466 const IVec2 winSize = m_nativeWindow->getScreenSize(); in getNativePixelsPerInch()
DteglNativeCoordMappingTests.cpp372 const tcu::IVec2 screenSize = nativeWindow.getScreenSize(); in testNativeWindow()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java168 Dimension sd = Toolkit.getDefaultToolkit().getScreenSize(); in initStatusWindow()