Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dagproto.h117 VisualID root_visual B32;
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlib.h99 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
140 #define DefaultVisualOfScreen(s)((s)->root_visual)
274 Visual *root_visual; /* root visual */ member
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c540 *rootvis = screen_get_visualtype(screen, screen->root_visual, depth); in get_visualtype_for_window()