Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeWindow.cpp63 tcu::IVec2 NativeWindow::getScreenSize (void) const in getScreenSize() function in eglu::NativeWindow
DegluNativeWindow.hpp105 virtual tcu::IVec2 getScreenSize (void) const;
/external/proguard/src/proguard/gui/splash/
DSplashPanel.java207 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); in main()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp97 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::wayland::egl::Window
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp145 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::x11::egl::Window
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp84 IVec2 getScreenSize (void) const { return m_window->getSize(); } in getScreenSize() function in tcu::Android::NativeWindow
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::win32::__anon631c42f90111::NativeWindow
/external/deqp/modules/egl/
DteglResizeTests.cpp463 const IVec2 winSize = m_nativeWindow->getScreenSize(); in getNativePixelsPerInch()
DteglNativeCoordMappingTests.cpp372 const tcu::IVec2 screenSize = nativeWindow.getScreenSize(); in testNativeWindow()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java168 Dimension sd = Toolkit.getDefaultToolkit().getScreenSize(); in initStatusWindow()
/external/proguard/src/proguard/gui/
DProGuardGUI.java1728 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); in main()