Home
last modified time | relevance | path

Searched refs:setSurfaceSize (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp83 void setSurfaceSize (IVec2 size);
115 setSurfaceSize(IVec2(width, height)); in NativeWindow()
129 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in tcu::Android::NativeWindow
/external/deqp/framework/egl/
DegluNativeWindow.cpp56 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() function in eglu::NativeWindow
DegluNativeWindow.hpp102 virtual void setSurfaceSize (tcu::IVec2 size);
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp139 void setSurfaceSize (IVec2 size);
160 void Window::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::x11::egl::Window
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp125 virtual void setSurfaceSize (IVec2 size);
280 void NativeWindow::setSurfaceSize (IVec2 size) in setSurfaceSize() function in tcu::__anonbac8d03a0111::NativeWindow
/external/deqp/modules/egl/
DteglResizeTests.cpp210 m_nativeWindow->setSurfaceSize(size); in resize()