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

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c1979 XGCValues gcValues; local
1980 gcValues.function = GXnoop;
1981 gc = XCreateGC(w->visual->dpy, w->nativeWindow, GCFunction, &gcValues);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c1144 XGCValues gcValues; local
1154 gc = XCreateGC(dpy, window->drawable, 0, &gcValues);

Completed in 53 milliseconds