Searched defs:getScreenSize (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/egl/ | ||
D | egluNativeWindow.cpp | 63 tcu::IVec2 NativeWindow::getScreenSize (void) const in getScreenSize() function in eglu::NativeWindow |
/external/deqp/framework/platform/android/ | ||
D | tcuAndroidPlatform.cpp | 81 IVec2 getScreenSize (void) const { return m_window->getSize(); } in getScreenSize() function in tcu::Android::NativeWindow |
/external/deqp/framework/platform/X11/ | ||
D | tcuX11EglPlatform.cpp | 140 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::x11::egl::Window |
/external/deqp/framework/platform/win32/ | ||
D | tcuWin32EGLNativeDisplayFactory.cpp | 123 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() function in tcu::__anonbac8d03a0111::NativeWindow |