Home
last modified time | relevance | path

Searched defs:getScreenSize (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/egl/
DegluNativeWindow.cpp69 tcu::IVec2 NativeWindow::getScreenSize (void) const in getScreenSize() function in eglu::NativeWindow
/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.cpp148 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::lnx::x11::egl::Window
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::win32::__anon1b601ec30111::NativeWindow
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp88 IVec2 getScreenSize (void) const { return m_window->getSize(); } in getScreenSize() function in tcu::Android::NativeWindow
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java374 public static ScreenSize getScreenSize(Configuration configuration) { in getScreenSize() method in DeviceConfig