Searched refs:getSurfaceSize (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 324 return nativeWindow.getSurfaceSize(); in getNativeSurfaceSize() 336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize() 395 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate() 410 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate() 461 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch() 495 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() 333 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/X11/ |
D | tcuX11EglPlatform.cpp | 138 IVec2 getSurfaceSize (void) const; 140 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() 153 IVec2 Window::getSurfaceSize (void) const in getSurfaceSize() function in tcu::x11::egl::Window
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 122 virtual IVec2 getSurfaceSize (void) const; 123 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize() 270 IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in tcu::__anonbac8d03a0111::NativeWindow
|
/external/deqp/framework/egl/ |
D | egluNativeWindow.cpp | 50 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
|
D | egluNativeWindow.hpp | 99 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 | 209 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface) in getSurfaceSize() function
|