Home
last modified time | relevance | path

Searched refs:getSurfaceSize (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp95 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/
DteglResizeTests.cpp324 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()
DteglColorClearCase.cpp172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts()
335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts()
DteglNativeCoordMappingTests.cpp374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface); in testNativeWindow()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp146 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/
DtcuWin32EGLNativeDisplayFactory.cpp124 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/
DegluNativeWindow.cpp56 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
DegluNativeWindow.hpp103 virtual tcu::IVec2 getSurfaceSize (void) const;
DegluUtil.hpp75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSur…
DegluUtil.cpp218 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface) in getSurfaceSize() function