Searched refs:getScreenSize (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativeWindow.cpp61 tcu::IVec2 NativeWindow::getScreenSize (void) const function in class:eglu::NativeWindow
H A DegluNativeWindow.hpp105 virtual tcu::IVec2 getScreenSize (void) const;
/external/proguard/src/proguard/gui/splash/
H A DSplashPanel.java207 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp66 IVec2 getScreenSize (void) const { return m_window->getSize(); } function in class:tcu::Android::NativeWindow
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp96 IVec2 getScreenSize (void) const { return getSurfaceSize(); } function in class:tcu::x11::egl::Window
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp112 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } function in class:tcu::__anon19775::NativeWindow
/external/deqp/modules/egl/
H A DteglResizeTests.cpp442 const IVec2 winSize = m_nativeWindow->getScreenSize();
H A DteglNativeCoordMappingTests.cpp366 const tcu::IVec2 screenSize = nativeWindow.getScreenSize();
/external/proguard/src/proguard/gui/
H A DProGuardGUI.java1728 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();

Completed in 134 milliseconds