Searched refs:getNativeWindow (Results 1 – 12 of 12) sorted by relevance
76 .hwnd = m_window->getNativeWindow()}; in createWindowAndSurface()85 .window = static_cast<xcb_window_t>(m_window->getNativeWindow()), in createWindowAndSurface()96 m_window->getNativeWindow()), in createWindowAndSurface()
52 DisplaySurfaceVk::create(*k_vk, m_vkInstance, m_window->getNativeWindow())); in SetUp()133 .hwnd = m_window->getNativeWindow()}; in createWindowAndSurface()
29 EGLNativeWindowType getNativeWindow() const override;
290 EGLNativeWindowType X11Window::getNativeWindow() const in getNativeWindow() function in X11Window
28 EGLNativeWindowType getNativeWindow() const override;
368 EGLNativeWindowType QNXWindow::getNativeWindow() const { return mWindow; } in getNativeWindow() function in QNXWindow
39 virtual EGLNativeWindowType getNativeWindow() const = 0;
705 EGLNativeWindowType Win32Window::getNativeWindow() const in getNativeWindow() function in Win32Window
43 EGLNativeWindowType getNativeWindow() const override;
598 EGLNativeWindowType OSXWindow::getNativeWindow() const function
223 mWindow = getNativeWindow(mSurfaceHolder.get()); in initialize()