Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.h31 void* getFramebufferNativeWindow() const override;
DX11Window.cpp300 void* X11Window::getFramebufferNativeWindow() const in getFramebufferNativeWindow() function in X11Window
/hardware/google/gfxstream/host/testlibs/qnx/
DQNXWindow.h30 void* getFramebufferNativeWindow() const override;
DQNXWindow.cpp375 void* QNXWindow::getFramebufferNativeWindow() const { return mWindow; } in getFramebufferNativeWindow() function in QNXWindow
/hardware/google/gfxstream/host/testlibs/
DOSWindow.h42 virtual void* getFramebufferNativeWindow() const = 0;
/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.h31 void* getFramebufferNativeWindow() const override;
DWin32Window.cpp715 void* Win32Window::getFramebufferNativeWindow() const in getFramebufferNativeWindow() function in Win32Window
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.h45 void* getFramebufferNativeWindow() const override;
DOSXWindow.mm609 void* OSXWindow::getFramebufferNativeWindow() const function
/hardware/google/gfxstream/host/
Dgfxstream_unittest.cpp110 gfxstream_backend_setup_window(window->getFramebufferNativeWindow(), 0, 0, in TEST_F()
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp85 ASSERT_NE(nullptr, mWindow->getFramebufferNativeWindow()); in SetUp()
97 mWindow->getFramebufferNativeWindow(), in SetUp()
DSampleApplication.cpp264 mWindow->getFramebufferNativeWindow(), in SampleApplication()