Home
last modified time | relevance | path

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

/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp94 IVec2 getSurfaceSize (void) const;
96 IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
109 IVec2 Window::getSurfaceSize (void) const in getSurfaceSize() function in tcu::x11::egl::Window
/external/deqp/modules/egl/
DteglResizeTests.cpp309 return nativeWindow.getSurfaceSize(); in getNativeSurfaceSize()
320 IVec2 eglSize = eglu::getSurfaceSize(eglDisplay, eglSurface); in checkSurfaceSize()
379 const IVec2 oldEglSize = eglu::getSurfaceSize(m_display, **m_surface); in iterate()
393 const IVec2 newEglSize = eglu::getSurfaceSize(m_display, **m_surface); in iterate()
441 const IVec2 bufSize = eglu::getSurfaceSize(m_display, **m_surface); in getNativePixelsPerInch()
475 const IVec2 oldEglSize = eglu::getSurfaceSize(m_display, **m_surface); in iterate()
DteglNativeCoordMappingTests.cpp368 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(display, *surface); in testNativeWindow()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp111 virtual IVec2 getSurfaceSize (void) const;
112 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); } in getScreenSize()
255 IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in tcu::__anonba9010d10111::NativeWindow
/external/deqp/framework/egl/
DegluUtil.hpp54 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface);
DegluNativeWindow.cpp48 tcu::IVec2 NativeWindow::getSurfaceSize (void) const in getSurfaceSize() function in eglu::NativeWindow
DegluNativeWindow.hpp99 virtual tcu::IVec2 getSurfaceSize (void) const;
DegluUtil.cpp153 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface) in getSurfaceSize() function