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

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dchoosevisual.c163 long templateFlags; local
169 templateFlags = VisualScreenMask | VisualClassMask;
177 vis = XGetVisualInfo(dpy, templateFlags, &templateVis, &count);
266 templateFlags = VisualScreenMask | VisualIDMask;
270 vis = XGetVisualInfo(dpy, templateFlags, &templateVis, &count);
282 long templateFlags; local
291 templateFlags = VisualScreenMask | VisualClassMask;
299 vis = XGetVisualInfo(dpy, templateFlags, &templateVis, &count);
318 templateFlags = VisualScreenMask | VisualIDMask;
322 best = XGetVisualInfo(dpy, templateFlags,
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c1368 long templateFlags; local
1372 templateFlags = VisualScreenMask | VisualIDMask;
1375 vis = XGetVisualInfo(context->visual->dpy, templateFlags, &templateVis, &count);

Completed in 46 milliseconds