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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp597 BOOL bNeedPresent; local
604 PVBOXWDDMDISP_SWAPCHAIN pSwapchain = vboxWddmSwapchainFindCreate(pDevice, pAllocation, &bNeedPresent);
605 Assert(bNeedPresent);
H A DVBoxDispD3D.cpp1813 BOOL bNeedPresent; local
1814 PVBOXWDDMDISP_SWAPCHAIN pSwapchain = vboxWddmSwapchainFindCreate(pDevice, pBbAlloc, &bNeedPresent);
1816 if (!bNeedPresent)

Completed in 855 milliseconds