Searched refs:VBoxD3DIfSurfGet (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.h63 DECLINLINE(HRESULT) VBoxD3DIfSurfGet(PVBOXWDDMDISP_RESOURCE pRc, UINT iAlloc, IDirect3DSurface9 **ppSurf) function
82 Assert(pRc->cAllocations == 1); /* <- VBoxD3DIfSurfGet is typically used in Blt & ColorFill functions
85 * so for now check VBoxD3DIfSurfGet is used for one-level textures */
H A DVBoxD3DIf.cpp926 hr = VBoxD3DIfSurfGet(pRc, pAlloc->iAlloc, &pSurfIf);
929 WARN(("VBoxD3DIfSurfGet failed hr %#x", hr));
967 hr = VBoxD3DIfSurfGet(pRc, pAlloc->iAlloc, &pSurfIf);
970 WARN(("VBoxD3DIfSurfGet failed hr %#x", hr));
H A DVBoxDispD3D.cpp1101 /* since this can be texture, need to do the VBoxD3DIfSurfGet magic */
1102 hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pD3D9OldSurf);
1105 WARN(("VBoxD3DIfSurfGet failed, hr (0x%x)",hr));
1277 /* since this can be texture, need to do the VBoxD3DIfSurfGet magic */
1278 hr = VBoxD3DIfSurfGet(pRT->pAlloc->pRc, pRT->pAlloc->iAlloc, &pD3D9OldSurf);
1704 return VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, ppSurf);
1910 hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pD3D9Surf);
1913 WARN(("VBoxD3DIfSurfGet failed, hr(0x%x)",hr));
3102 hr = VBoxD3DIfSurfGet(pDstRc, 0, &pDstSurfIf);
3106 hr = VBoxD3DIfSurfGet(pSrcR
[all...]
H A DVBoxDispDbg.cpp286 HRESULT hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pSurf);
289 WARN(("VBoxD3DIfSurfGet failed, hr 0x%x", hr));

Completed in 532 milliseconds