Searched refs:iAlloc (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxD3DIf.h | 36 HRESULT VBoxD3DIfLockRect(struct VBOXWDDMDISP_RESOURCE *pRc, UINT iAlloc, 40 HRESULT VBoxD3DIfUnlockRect(struct VBOXWDDMDISP_RESOURCE *pRc, UINT iAlloc); 63 DECLINLINE(HRESULT) VBoxD3DIfSurfGet(PVBOXWDDMDISP_RESOURCE pRc, UINT iAlloc, IDirect3DSurface9 **ppSurf) argument 66 Assert(pRc->cAllocations > iAlloc); 68 IUnknown* pD3DIf = vboxD3DIfGet(&pRc->aAllocations[iAlloc]); 89 hr = pD3DIfTex->GetSurfaceLevel(iAlloc, &pSurfaceLevel); 102 hr = pD3DIfCubeTex->GetCubeMapSurface(VBOXDISP_CUBEMAP_INDEX_TO_FACE(pRc, iAlloc), 103 VBOXDISP_CUBEMAP_INDEX_TO_LEVEL(pRc, iAlloc), &pSurfaceLevel);
|
H A D | VBoxD3DIf.cpp | 305 HRESULT VBoxD3DIfLockRect(PVBOXWDDMDISP_RESOURCE pRc, UINT iAlloc, argument 311 Assert(!pRc->aAllocations[iAlloc].LockInfo.cLocks); 312 Assert(pRc->cAllocations > iAlloc); 317 IDirect3DSurface9 *pD3DIfSurf = (IDirect3DSurface9*)pRc->aAllocations[iAlloc].pD3DIf; 327 hr = pD3DIfTex->LockRect(iAlloc, pLockedRect, pRect, fLockFlags); 335 hr = pD3DIfCubeTex->LockRect(VBOXDISP_CUBEMAP_INDEX_TO_FACE(pRc, iAlloc), 336 VBOXDISP_CUBEMAP_INDEX_TO_LEVEL(pRc, iAlloc), pLockedRect, pRect, fLockFlags); 342 IDirect3DVertexBuffer9 *pD3D9VBuf = (IDirect3DVertexBuffer9*)pRc->aAllocations[iAlloc].pD3DIf; 348 pLockedRect->Pitch = pRc->aAllocations[iAlloc].SurfDesc.pitch; 353 IDirect3DIndexBuffer9 *pD3D9IBuf = (IDirect3DIndexBuffer9*)pRc->aAllocations[iAlloc] 369 VBoxD3DIfUnlockRect(PVBOXWDDMDISP_RESOURCE pRc, UINT iAlloc) argument [all...] |
H A D | VBoxDispD3D.h | 268 UINT iAlloc; member in struct:VBOXWDDMDISP_ALLOCATION
|
H A D | VBoxDispDbg.cpp | 286 HRESULT hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pSurf); 632 void vboxVDbgDoPrintAlloc(const char * pPrefix, const VBOXWDDMDISP_RESOURCE *pRc, uint32_t iAlloc, const char * pSuffix) argument 634 Assert(pRc->cAllocations > iAlloc); 635 const VBOXWDDMDISP_ALLOCATION *pAlloc = &pRc->aAllocations[iAlloc];
|
H A D | VBoxDispDbg.h | 245 void vboxVDbgDoPrintAlloc(const char * pPrefix, const VBOXWDDMDISP_RESOURCE *pRc, uint32_t iAlloc, const char * pSuffix); 544 _pDstAlloc->pRc, _pDstAlloc->iAlloc, _pSrcAlloc->pRc, _pSrcAlloc->iAlloc, _pDstRect, _pSrcRect); \
|
H A D | VBoxDispD3D.cpp | 623 pRc->aAllocations[i].iAlloc = i; 1102 hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pD3D9OldSurf); 1278 hr = VBoxD3DIfSurfGet(pRT->pAlloc->pRc, pRT->pAlloc->iAlloc, &pD3D9OldSurf); 1704 return VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, ppSurf); 1857 UINT iAlloc = (iNewRTFB + i) % pRc->cAllocations; 1858 Assert(iAlloc != iNewRTFB); 1859 pAlloc = &pRc->aAllocations[iAlloc]; 1910 hr = VBoxD3DIfSurfGet(pAlloc->pRc, pAlloc->iAlloc, &pD3D9Surf); 4290 pAllocation->iAlloc = i;
|
Completed in 300 milliseconds