Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglResizeTests.cpp324 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()
DteglColorClearCase.cpp172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); in executeForContexts()
333 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/X11/
DtcuX11EglPlatform.cpp138 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/
DtcuWin32EGLNativeDisplayFactory.cpp122 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/
DegluNativeWindow.cpp50 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
DegluNativeWindow.hpp99 virtual tcu::IVec2 getSurfaceSize (void) const;
DegluUtil.hpp75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSur…
DegluUtil.cpp209 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface) in getSurfaceSize() function