Searched defs:templateVis (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dchoosevisual.c162 XVisualInfo templateVis; local
170 templateVis.screen = screen;
172 templateVis.c_class = visType;
174 templateVis.class = visType;
177 vis = XGetVisualInfo(dpy, templateFlags, &templateVis, &count);
267 templateVis.screen = screen;
268 templateVis.visualid = vis[i].visual->visualid;
270 vis = XGetVisualInfo(dpy, templateFlags, &templateVis, &count);
281 XVisualInfo templateVis, *best; local
292 templateVis
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c1367 XVisualInfo templateVis, *vis; local
1373 templateVis.screen = screen;
1374 templateVis.visualid = newVisualID;
1375 vis = XGetVisualInfo(context->visual->dpy, templateFlags, &templateVis, &count);

Completed in 62 milliseconds