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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp542 BOOL vboxVDbgDoCheckRectsMatch(const VBOXWDDMDISP_RESOURCE *pDstRc, uint32_t iDstAlloc, argument
553 DstRect.right = pDstRc->aAllocations[iDstAlloc].SurfDesc.width;
555 DstRect.bottom = pDstRc->aAllocations[iDstAlloc].SurfDesc.height;
569 && iDstAlloc == iSrcAlloc)
586 DWORD bpp = pDstRc->aAllocations[iDstAlloc].SurfDesc.bpp;
606 HRESULT hr = VBoxD3DIfLockRect((VBOXWDDMDISP_RESOURCE *)pDstRc, iDstAlloc, &DstLRect, pDstRect, D3DLOCK_READONLY);
617 hr = VBoxD3DIfUnlockRect((VBOXWDDMDISP_RESOURCE *)pDstRc, iDstAlloc);
623 hr = VBoxD3DIfUnlockRect((VBOXWDDMDISP_RESOURCE *)pDstRc, iDstAlloc);

Completed in 45 milliseconds