Home
last modified time | relevance | path

Searched refs:getNativeWindow (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/tests/
DSwapChainStateVk_unittest.cpp76 .hwnd = m_window->getNativeWindow()}; in createWindowAndSurface()
85 .window = static_cast<xcb_window_t>(m_window->getNativeWindow()), in createWindowAndSurface()
96 m_window->getNativeWindow()), in createWindowAndSurface()
DDisplayVk_unittest.cpp52 DisplaySurfaceVk::create(*k_vk, m_vkInstance, m_window->getNativeWindow())); in SetUp()
133 .hwnd = m_window->getNativeWindow()}; in createWindowAndSurface()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.h29 EGLNativeWindowType getNativeWindow() const override;
DX11Window.cpp290 EGLNativeWindowType X11Window::getNativeWindow() const in getNativeWindow() function in X11Window
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.h28 EGLNativeWindowType getNativeWindow() const override;
DQNXWindow.cpp368 EGLNativeWindowType QNXWindow::getNativeWindow() const { return mWindow; } in getNativeWindow() function in QNXWindow
/hardware/google/gfxstream/host/testlibs/
DOSWindow.h39 virtual EGLNativeWindowType getNativeWindow() const = 0;
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.h29 EGLNativeWindowType getNativeWindow() const override;
DWin32Window.cpp705 EGLNativeWindowType Win32Window::getNativeWindow() const in getNativeWindow() function in Win32Window
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.h43 EGLNativeWindowType getNativeWindow() const override;
DOSXWindow.mm598 EGLNativeWindowType OSXWindow::getNativeWindow() const function
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp223 mWindow = getNativeWindow(mSurfaceHolder.get()); in initialize()