HomeSort by relevance Sort by last modified time
    Searched refs:x11Colormap (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 53 Colormap x11Colormap = XCreateColormap(m_display, rootWindow, visualInfo->visual, AllocNone);
55 sWA.Colormap = x11Colormap;
X11Windowing.cpp 102 Colormap x11Colormap = XCreateColormap(dpy, rootWindow, visualInfo->visual, AllocNone);
104 sWA.colormap = x11Colormap;

Completed in 37 milliseconds