Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DNativeSubWindow_x11.cpp24 if (e->type == MapNotify && e->xmap.window == (Window)arg) { in WaitForMapNotify()
31 if (e->type == ConfigureNotify && e->xmap.window == (Window)arg) { in WaitForConfigureNotify()
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp19 return event->type == MapNotify && event->xmap.window == reinterpret_cast<Window>(window); in WaitForMapNotify()
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h996 XMapEvent xmap; member