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

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

Completed in 343 milliseconds