Home | History | Annotate | Download | only in glx

Lines Matching refs:gc

62    GC gc;
63 GC swapgc;
79 /* create GC's */
80 pdp->gc = XCreateGC(dpy, drawable, 0, NULL);
85 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues);
123 XFreeGC(dpy, pdp->gc);
183 GC gc;
187 gc = pdp->gc;
190 gc = pdp->swapgc;
204 XPutImage(dpy, drawable, gc, ximage, 0, 0, x, y, w, h);
303 struct glx_context *gc = __glXGetCurrentContext();
304 struct drisw_context *pcp = (struct drisw_context *) gc;
336 struct glx_context *gc = __glXGetCurrentContext();
337 struct dri2_context *pcp = (struct dri2_context *) gc;