Searched refs:from_res (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c640 XRRScreenResources *from_res = NULL, *to_res = NULL; local in function:clone_update_modes__randr
648 from_res = _XRRGetScreenResourcesCurrent(clone->dst.dpy, clone->dst.window);
649 if (from_res == NULL)
652 from_info = XRRGetOutputInfo(clone->dst.dpy, from_res, clone->dst.rr_output);
684 old = lookup_mode(from_res, from_info->modes[j]);
708 if (disable_crtc(clone->dst.dpy, from_res, from_info->crtc)) {
712 XRRCrtcInfo *c = XRRGetCrtcInfo(clone->dst.dpy, from_res, from_info->crtc);
744 mode = lookup_mode(from_res, from_info->modes[i]);
748 old = lookup_mode(from_res, from_info->modes[j]);
797 if (from_res)
[all...]
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c671 XRRScreenResources *from_res = NULL, *to_res = NULL; local in function:clone_update_modes__randr
679 from_res = _XRRGetScreenResourcesCurrent(clone->dst.dpy, clone->dst.window);
680 if (from_res == NULL)
683 from_info = XRRGetOutputInfo(clone->dst.dpy, from_res, clone->dst.rr_output);
715 old = lookup_mode(from_res, from_info->modes[j]);
739 if (disable_crtc(clone->dst.dpy, from_res, from_info->crtc)) {
743 XRRCrtcInfo *c = XRRGetCrtcInfo(clone->dst.dpy, from_res, from_info->crtc);
775 mode = lookup_mode(from_res, from_info->modes[i]);
779 old = lookup_mode(from_res, from_info->modes[j]);
828 if (from_res)
[all...]

Completed in 6 milliseconds