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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp412 static NTSTATUS vboxVdmaVRegGet(PVBOXWDDM_SWAPCHAIN pSwapchain, const RTRECT *pCtxRect, uint32_t *pcVRects, RTRECT **ppVRectsBuff, uint32_t *pcVRectsBuff)
414 RTRECT *pVRectsBuff = *ppVRectsBuff;
421 pVRectsBuff = (RTRECT*)vboxWddmMemAlloc(cVRects * sizeof (pVRectsBuff[0]));
476 RTRECT *pVRectsBuff = NULL;
499 rc = VBoxVrListRectsAdd(&pSwapchain->VisibleRegions, pRects->cRects, (const RTRECT*)pRects->aRects, &fCurChanged);
525 rc = VBoxVrListRectsSubst(&pCurSwapchain->VisibleRegions, pRects->cRects, (const RTRECT*)pRects->aRects, &fChanged);
537 RTRECT CurCtxRect;
581 Status = vboxVdmaVRegGet(pSwapchain, (const RTRECT *)&pContextRects->ContextRect, &cVRects, &pVRectsBuff, &cVRectsBuff);
1091 const RTRECT*paRect
1083 vboxVdmaTexPresentSubmit(PVBOXMP_DEVEXT pDevExt, VBOXMP_CRPACKER *pCrPacker, uint32_t u32CrConClientID, uint32_t hostID, uint32_t cfg, int32_t posX, int32_t posY, uint32_t cRects, const RTRECT*paRects) argument
[all...]
/vbox/include/iprt/
H A Dtypes.h2225 typedef struct RTRECT struct
2235 } RTRECT; typedef in typeref:struct:RTRECT
2237 typedef RTRECT *PRTRECT;
2239 typedef const RTRECT *PCRTRECT;

Completed in 1665 milliseconds