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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp543 const VBOXWDDMDISP_RESOURCE *pSrcRc, uint32_t iSrcAlloc,
562 SrcRect.right = pSrcRc->aAllocations[iSrcAlloc].SurfDesc.width;
564 SrcRect.bottom = pSrcRc->aAllocations[iSrcAlloc].SurfDesc.height;
569 && iDstAlloc == iSrcAlloc)
613 hr = VBoxD3DIfLockRect((VBOXWDDMDISP_RESOURCE *)pSrcRc, iSrcAlloc, &SrcLRect, pSrcRect, D3DLOCK_READONLY);
626 hr = VBoxD3DIfUnlockRect((VBOXWDDMDISP_RESOURCE *)pSrcRc, iSrcAlloc);
542 vboxVDbgDoCheckRectsMatch(const VBOXWDDMDISP_RESOURCE *pDstRc, uint32_t iDstAlloc, const VBOXWDDMDISP_RESOURCE *pSrcRc, uint32_t iSrcAlloc, const RECT *pDstRect, const RECT *pSrcRect, BOOL fBreakOnMismatch) argument

Completed in 35 milliseconds