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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp4725 D3DDDICB_PRESENT DdiPresent = {0}; local
4727 DdiPresent.hSrcAllocation = pSrcAlloc->hAllocation;
4730 DdiPresent.hDstAllocation = pDstAlloc->hAllocation;
4732 DdiPresent.hContext = pDevice->DefaultContext.ContextInfo.hContext;
4742 hr = pDevice->RtCallbacks.pfnPresentCb(pDevice->hDevice, &DdiPresent);

Completed in 271 milliseconds