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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp415 uint32_t cVRectsBuff = *pcVRectsBuff; local
417 if (cVRectsBuff < cVRects)
431 cVRectsBuff = cVRects;
432 *pcVRectsBuff = cVRectsBuff;
477 uint32_t cVRectsBuff = 0; local
542 Status = vboxVdmaVRegGet(pCurSwapchain, &CurCtxRect, &cVRects, &pVRectsBuff, &cVRectsBuff);
581 Status = vboxVdmaVRegGet(pSwapchain, (const RTRECT *)&pContextRects->ContextRect, &cVRects, &pVRectsBuff, &cVRectsBuff);

Completed in 52 milliseconds