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/jmonkeyengine/engine/src/test/jme3test/awt/
DTestAwtPanels.java42 frame.setLocation(location, Toolkit.getDefaultToolkit().getScreenSize().height - 400); in createWindowForPanel()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp81 IVec2 getScreenSize (void) const { return m_window->getSize(); } in getScreenSize() function in tcu::Android::NativeWindow
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp140 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::x11::egl::Window
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp123 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::__anonbac8d03a0111::NativeWindow
/external/jmonkeyengine/engine/src/test/jme3test/
DTestChooser.java424 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
/external/deqp/modules/egl/
DteglResizeTests.cpp462 const IVec2 winSize = m_nativeWindow->getScreenSize(); in getNativePixelsPerInch()
DteglNativeCoordMappingTests.cpp372 const tcu::IVec2 screenSize = nativeWindow.getScreenSize(); in testNativeWindow()
/external/proguard/src/proguard/gui/
DProGuardGUI.java1728 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); in main()