Searched refs:VBoxD3DIfSurfGet (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxD3DIf.h | 63 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 D | VBoxD3DIf.cpp | 926 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 D | VBoxDispD3D.cpp | 1101 /* 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 D | VBoxDispDbg.cpp | 286 HRESULT hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pSurf); 289 WARN(("VBoxD3DIfSurfGet failed, hr 0x%x", hr));
|
Completed in 103 milliseconds