Lines Matching refs:clones
100 output->clones = NULL; in RROutputCreate()
133 RROutputSetClones(RROutputPtr output, RROutputPtr * clones, int numClones) in RROutputSetClones() argument
140 if (output->clones[i] != clones[i]) in RROutputSetClones()
152 free(output->clones); in RROutputSetClones()
153 memcpy(newClones, clones, numClones * sizeof(RROutputPtr)); in RROutputSetClones()
154 output->clones = newClones; in RROutputSetClones()
419 free(output->clones); in RROutputDestroyResource()
461 RROutput *clones; in ProcRRGetOutputInfo() local
536 clones = (RROutput *) (modes + output->numModes + output->numUserModes); in ProcRRGetOutputInfo()
537 name = (char *) (clones + output->numClones); in ProcRRGetOutputInfo()
553 clones[i] = output->clones[i]->id; in ProcRRGetOutputInfo()
555 swapl(&clones[i]); in ProcRRGetOutputInfo()