Searched refs:m_nativeWindow (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/platform/raspi/ |
D | tcuRaspiPlatform.cpp | 73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; } in getLegacyNative() 80 EGL_DISPMANX_WINDOW_T m_nativeWindow; member in tcu::rpi::Window 125 deMemset(&m_nativeWindow, 0, sizeof(m_nativeWindow)); in Window() 150 m_nativeWindow.element = m_dispmanElement; in Window() 151 m_nativeWindow.width = width; in Window() 152 m_nativeWindow.height = height; in Window() 170 return IVec2(m_nativeWindow.width, m_nativeWindow.height); in getSize()
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 123 MovePtr<NativeWindow> m_nativeWindow; member in deqp::egl::ResizeTest 192 m_nativeWindow = nativeWindow; in init() 205 m_nativeWindow.clear(); in deinit() 210 m_nativeWindow->setSurfaceSize(size); in resize() 353 *m_nativeWindow, in iterate() 363 checkSurfaceSize(egl, m_display, **m_surface, *m_nativeWindow, m_newSize, m_status); in iterate() 462 const IVec2 winSize = m_nativeWindow->getScreenSize(); in getNativePixelsPerInch() 490 if (!hasBits(m_nativeWindow->getCapabilities(), in iterate()
|
D | teglSyncTests.cpp | 99 eglu::NativeWindow* m_nativeWindow; member in deqp::egl::__anon356dc6e60111::SyncTest 110 , m_nativeWindow (DE_NULL) in SyncTest() 218 …m_nativeWindow = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglC… in init() 219 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDi… in init() 252 delete m_nativeWindow; in deinit() 253 m_nativeWindow = DE_NULL; in deinit()
|