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

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c830 const RTRECT *paSrcRegions, *paDstRegions; local
831 int rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRegions, &paSrcRegions, &paDstRegions, NULL);
840 DstRect.xLeft = paDstRegions[i].xLeft * scaleX;
841 DstRect.yTop = paDstRegions[i].yTop * scaleY;
842 DstRect.xRight = paDstRegions[i].xRight * scaleX;
843 DstRect.yBottom = paDstRegions[i].yBottom * scaleY;
862 const RTRECT *paSrcRegions, *paDstRegions; local
863 int rc = CrVrScrCompositorEntryRegionsGet(pCompositor, pEntry, &cRegions, &paSrcRegions, &paDstRegions, NULL);
868 CrBltBlitTexMural(pBlitter, true, CrTdTexGet(pTexData), paSrcRegions, paDstRegions, cRegions, fFlags);

Completed in 144 milliseconds