Lines Matching refs:mcMonitors

498     SSMR3PutU32(pSSM, that->mcMonitors);
499 for (unsigned i = 0; i < that->mcMonitors; i++)
533 if (cMonitors != that->mcMonitors)
534 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Number of monitors changed (%d->%d)!"), cMonitors, that->mcMonitors);
607 mcMonitors = ul;
613 for (ul = 0; ul < mcMonitors; ul++)
691 for (uScreenId = 0; uScreenId < mcMonitors; uScreenId++)
729 mcMonitors * sizeof(uint32_t) * 8 + sizeof(uint32_t),
879 if (uScreenId >= mcMonitors)
1168 for (unsigned i = 1; i < mcMonitors; ++i)
1264 for (uScreenId = 0; uScreenId < mcMonitors; uScreenId++)
1471 maFramebuffers, mcMonitors);
1491 maFramebuffers, mcMonitors);
1522 unsigned uScreenId = mcMonitors;
1571 else if (aScreenId < mcMonitors)
1610 if (aScreenId >= mcMonitors)
1612 aScreenId, mcMonitors);
1677 if (aScreenId >= mcMonitors)
1679 aScreenId, mcMonitors);
1723 if (aScreenId >= mcMonitors)
1725 aScreenId, mcMonitors);
1917 else if (aScreenId < pDisplay->mcMonitors)
2250 int rc = VideoRecContextCreate(&mpVideoRecCtx, mcMonitors);
2291 for (unsigned uScreen = 0; uScreen < mcMonitors; uScreen++)
2305 if (mcMonitors > 1)
2321 if (mcMonitors > 1)
2378 else if (aScreenId < pDisplay->mcMonitors)
2538 for (uScreenId = (fUpdateAll ? 0 : uId); uScreenId < pDisplay->mcMonitors; uScreenId++)
2691 AssertMsgReturn(aScreenId < mcMonitors, ("aScreendId=%d mcMonitors=%d\n", aScreenId, mcMonitors), E_INVALIDARG);
2732 if (aScreenId >= mcMonitors)
2734 aScreenId, mcMonitors);
3044 for (uScreenId = 0; uScreenId < pDisplay->mcMonitors; uScreenId++)
3093 for (uScreenId = 0; uScreenId < pDisplay->mcMonitors; uScreenId++)
3207 if (id >= mcMonitors)
3302 for (ul = 0; ul < mcMonitors; ul++)
3519 if (aScreenId >= mcMonitors)
3769 pThis->mcMonitors);