Searched defs:cVRects (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp416 uint32_t cVRects = VBoxVrListRectsCount(&pSwapchain->VisibleRegions); local
417 if (cVRectsBuff < cVRects)
421 pVRectsBuff = (RTRECT*)vboxWddmMemAlloc(cVRects * sizeof (pVRectsBuff[0]));
431 cVRectsBuff = cVRects;
436 int rc = VBoxVrListRectsGet(&pSwapchain->VisibleRegions, cVRects, pVRectsBuff);
440 for (UINT i = 0; i < cVRects; ++i)
446 *pcVRects = cVRects;
536 uint32_t cVRects; local
542 Status = vboxVdmaVRegGet(pCurSwapchain, &CurCtxRect, &cVRects, &pVRectsBuff, &cVRectsBuff);
551 cbCommandBuffer += VBOXMP_CRCMD_SIZE_WINDOWVISIBLEREGIONS(cVRects);
580 uint32_t cVRects; local
[all...]

Completed in 49 milliseconds