Lines Matching defs:source
506 ** Copy the source context to the destination context using the
513 struct glx_context *source = (struct glx_context *) source_user;
520 if(apple_glx_copy_context(gc->driContext, source->driContext, dest->driContext,
543 ** If the source is the current context, send its tag so that the context
546 if (source == gc && dpy == gc->currentDpy) {
558 req->source = source ? source->xid : None;