Home
last modified time | relevance | path

Searched refs:X11Window (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.h19 class X11Window : public OSWindow
22 X11Window();
23 X11Window(int visualId);
24 ~X11Window();
DX11Window.cpp154 X11Window::X11Window() in X11Window() function in X11Window
165 X11Window::X11Window(int visualId) in X11Window() function in X11Window
176 X11Window::~X11Window() in ~X11Window()
181 bool X11Window::initialize(const std::string &name, size_t width, size_t height) in initialize()
274 void X11Window::destroy() in destroy()
290 EGLNativeWindowType X11Window::getNativeWindow() const in getNativeWindow()
295 EGLNativeDisplayType X11Window::getNativeDisplay() const in getNativeDisplay()
300 void* X11Window::getFramebufferNativeWindow() const in getFramebufferNativeWindow()
307 void X11Window::messageLoop() in messageLoop()
318 void X11Window::setMousePosition(int x, int y) in setMousePosition()
[all …]
/hardware/google/gfxstream/host/testlibs/
DCMakeLists.txt14 x11/X11Window.cpp)