Searched refs:D3DLOCK_READONLY (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h564 D3DLOCK_READONLY);
570 D3DLOCK_READONLY);
575 D3DLOCK_READONLY);
609 hr = pSurface->u.pVertexBuffer->Lock(0, 0, (void **)&pD3DData, D3DLOCK_READONLY);
611 hr = pSurface->u.pIndexBuffer->Lock(0, 0, (void **)&pD3DData, D3DLOCK_READONLY);
H A DDevVGA-SVGA3d-win.cpp1996 D3DLOCK_READONLY);
2001 D3DLOCK_READONLY);
2403 dwFlags |= D3DLOCK_READONLY;
3245 D3DLOCK_READONLY);
3251 D3DLOCK_READONLY);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp299 hr = pSurf->LockRect(&Lr, NULL, D3DLOCK_READONLY);
606 HRESULT hr = VBoxD3DIfLockRect((VBOXWDDMDISP_RESOURCE *)pDstRc, iDstAlloc, &DstLRect, pDstRect, D3DLOCK_READONLY);
613 hr = VBoxD3DIfLockRect((VBOXWDDMDISP_RESOURCE *)pSrcRc, iSrcAlloc, &SrcLRect, pSrcRect, D3DLOCK_READONLY);
H A DVBoxD3DIf.cpp145 fFlags |= D3DLOCK_READONLY;
H A DVBoxDispD3D.cpp696 HRESULT hr = VBoxD3DIfLockRect(pRc, i, &Rect, NULL, D3DLOCK_READONLY);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h75 #define D3DLOCK_READONLY 0x0010 macro
H A Dd3d9types.h77 #define D3DLOCK_READONLY 0x0010 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h75 #define D3DLOCK_READONLY 0x0010 macro
H A Dd3d9types.h77 #define D3DLOCK_READONLY 0x0010 macro

Completed in 100 milliseconds