Searched refs:nclone (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrOutput.c | 112 xoi->nclone = rep.nClones;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 179 int nclone; member in struct:context 868 static RROutput claim_virtual(struct display *display, char *output_name, int nclone) argument 879 DBG(X11, ("%s(%d)\n", __func__, nclone)); 886 sprintf(output_name, "VIRTUAL%d", nclone); 1255 for (n = 0; n < ctx->nclone; n++) { 1574 for (n = 0; n < ctx->nclone; n++) { 2296 for (n = 0; n < ctx->nclone; n++) { 2489 for (m = 0; m < ctx->nclone; m++) { 2505 if (is_power_of_2(ctx->nclone)) { 2508 new_clones = realloc(ctx->clones, 2*ctx->nclone*sizeo [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | virtual.c | 191 int nclone; member in struct:context 903 static RROutput claim_virtual(struct display *display, char *output_name, int nclone) argument 914 DBG(X11, ("%s(%d)\n", __func__, nclone)); 921 sprintf(output_name, "VIRTUAL%d", nclone); 1369 for (n = 0; n < ctx->nclone; n++) { 1706 for (n = 0; n < ctx->nclone; n++) { 2467 for (n = 0; n < ctx->nclone; n++) { 2664 for (m = 0; m < ctx->nclone; m++) { 2680 if (is_power_of_2(ctx->nclone)) { 2683 new_clones = realloc(ctx->clones, 2*ctx->nclone*sizeo [all...] |
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 293 int nclone; member in struct:_XRROutputInfo
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1435 int nclone; local in function:xf86RandR12SetInfo12 1482 nclone = 0; 1488 clones[nclone++] = clone->randr_output; 1490 if (!RROutputSetClones (output->randr_output, clones, nclone))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1648 int nclone; local in function:xf86RandR12SetInfo12 1690 nclone = 0; 1695 clones[nclone++] = clone->randr_output; 1697 if (!RROutputSetClones(output->randr_output, clones, nclone)) {
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 1903 for (l = 0; l < output->output_info->nclone; l++) 1907 if (l == output->output_info->nclone) 3802 for (int j = 0; j < output_info->nclone; j++)
|
Completed in 20 milliseconds