Searched refs:getSurfaceSize (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 95 IVec2 getSurfaceSize (void) const; 97 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() 109 IVec2 Window::getSurfaceSize (void) const in getSurfaceSize() function in tcu::lnx::wayland::egl::Window
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 324 return nativeWindow.getSurfaceSize(); in getNativeSurfaceSize() 336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize() 396 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate() 411 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate() 463 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch() 497 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
|
D | teglColorClearCase.cpp | 172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts() 335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts()
|
D | teglNativeCoordMappingTests.cpp | 374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 146 IVec2 getSurfaceSize (void) const; 148 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() 161 IVec2 Window::getSurfaceSize (void) const in getSurfaceSize() function in tcu::lnx::x11::egl::Window
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 124 virtual IVec2 getSurfaceSize (void) const; 125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() 272 IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in tcu::win32::__anon1b601ec30111::NativeWindow
|
/external/deqp/framework/egl/ |
D | egluNativeWindow.cpp | 56 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
|
D | egluNativeWindow.hpp | 103 virtual tcu::IVec2 getSurfaceSize (void) const;
|
D | egluUtil.hpp | 75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSur…
|
D | egluUtil.cpp | 218 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface) in getSurfaceSize() function
|