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

  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 45 XVisualInfo *visualInfo = new XVisualInfo;
47 XMatchVisualInfo(m_display, defaultScreen, , dpeth, TrueColor, visualInfo);
48 if (visualInfo == NULL) {
53 Colormap x11Colormap = XCreateColormap(m_display, rootWindow, visualInfo->visual, AllocNone);
X11Windowing.cpp 94 XVisualInfo *visualInfo = new XVisualInfo;
96 XMatchVisualInfo(dpy, defaultScreen, depth, TrueColor, visualInfo);
97 if (visualInfo == NULL) {
102 Colormap x11Colormap = XCreateColormap(dpy, rootWindow, visualInfo->visual, AllocNone);

Completed in 674 milliseconds