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

/external/deqp/framework/egl/
H A DegluNativeWindow.cpp56 void NativeWindow::setSurfaceSize (tcu::IVec2 size) function in class:eglu::NativeWindow
H A DegluNativeWindow.hpp102 virtual void setSurfaceSize (tcu::IVec2 size);
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp86 void setSurfaceSize (IVec2 size);
118 setSurfaceSize(IVec2(width, height));
132 void NativeWindow::setSurfaceSize (tcu::IVec2 size) function in class:tcu::Android::NativeWindow
/external/deqp/modules/egl/
H A DteglSwapBuffersWithDamageTests.cpp426 m_window->setSurfaceSize(IVec2(width*2, height/2));
428 m_window->setSurfaceSize(IVec2(height/2, width*2));
436 m_window->setSurfaceSize(IVec2(width*2, height/2));
438 m_window->setSurfaceSize(IVec2(height/2, width*2));
508 m_window->setSurfaceSize(IVec2(width*2, height/2));
510 m_window->setSurfaceSize(IVec2(height/2, width*2));
518 m_window->setSurfaceSize(IVec2(width*2, height/2));
520 m_window->setSurfaceSize(IVec2(height/2, width*2));
622 m_window->setSurfaceSize(IVec2(width*2, height/2));
624 m_window->setSurfaceSize(IVec
[all...]
H A DteglBufferAgeTests.cpp549 m_window->setSurfaceSize(IVec2(width*2, height/2));
551 m_window->setSurfaceSize(IVec2(height/2, width*2));
559 m_window->setSurfaceSize(IVec2(width*2, height/2));
561 m_window->setSurfaceSize(IVec2(height/2, width*2));
603 m_window->setSurfaceSize(IVec2(width*2, height/2));
605 m_window->setSurfaceSize(IVec2(height/2, width*2));
613 m_window->setSurfaceSize(IVec2(width*2, height/2));
615 m_window->setSurfaceSize(IVec2(height/2, width*2));
H A DteglResizeTests.cpp210 m_nativeWindow->setSurfaceSize(size);
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp140 void setSurfaceSize (IVec2 size);
161 void Window::setSurfaceSize (IVec2 size) function in class:tcu::x11::egl::Window
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp127 virtual void setSurfaceSize (IVec2 size);
282 void NativeWindow::setSurfaceSize (IVec2 size) function in class:tcu::win32::__anon4075::NativeWindow

Completed in 206 milliseconds