HomeSort by: relevance | last modified time | path
    Searched refs:nclone (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/libXrandr/dist/src/
XrrOutput.c 112 xoi->nclone = rep.nClones;
  /xsrc/external/mit/xf86-video-intel-2014/dist/tools/
virtual.c 179 int nclone; member in struct:context
868 static RROutput claim_virtual(struct display *display, char *output_name, int nclone)
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*sizeof(struct clone))
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/tools/
virtual.c 191 int nclone; member in struct:context
903 static RROutput claim_virtual(struct display *display, char *output_name, int nclone)
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*sizeof(struct clone))
    [all...]
  /xsrc/external/mit/libXrandr/dist/include/X11/extensions/
Xrandr.h 293 int nclone; member in struct:_XRROutputInfo
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86RandR12.c 1435 int nclone; local
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/
xf86RandR12.c 1648 int nclone; local
1690 nclone = 0;
1695 clones[nclone++] = clone->randr_output;
1697 if (!RROutputSetClones(output->randr_output, clones, nclone)) {
  /xsrc/external/mit/xrandr/dist/
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 62 milliseconds