Searched refs:UnlockRect (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h588 hr = pSurface->bounce.pTexture->UnlockRect(i);
589 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dSaveExec: UnlockRect failed with %x\n", hr), VERR_INTERNAL_ERROR);
592 hr = pSurface->u.pTexture->UnlockRect(i);
595 hr = pSurface->u.pSurface->UnlockRect();
596 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dSaveExec: UnlockRect failed with %x\n", hr), VERR_INTERNAL_ERROR);
H A DDevVGA-SVGA3d-win.cpp2044 hr = pSurfaceDest->u.pTexture->UnlockRect(dest.mipmap /* Texture level */);
2046 hr = pSurfaceDest->u.pSurface->UnlockRect();
2053 hr = pSurfaceSrc->u.pTexture->UnlockRect(src.mipmap /* Texture level */);
2055 hr = pSurfaceSrc->u.pSurface->UnlockRect();
2165 hr = pTexture->UnlockRect(i /* texture level */);
2166 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dCreateTexture: UnlockRect failed with %x\n", hr), VERR_INTERNAL_ERROR);
2530 hr = pSurface->bounce.pTexture->UnlockRect(host.mipmap);
2531 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dSurfaceDMA: UnlockRect failed with %x\n", hr), VERR_INTERNAL_ERROR);
2556 hr = pSurface->u.pTexture->UnlockRect(host.mipmap);
2559 hr = pSurface->u.pSurface->UnlockRect();
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp379 hr = pD3DIfSurf->UnlockRect();
387 hr = pD3DIfTex->UnlockRect(iAlloc);
395 hr = pD3DIfCubeTex->UnlockRect(VBOXDISP_CUBEMAP_INDEX_TO_FACE(pRc, iAlloc),
H A DVBoxDispDbg.cpp318 hr = pSurf->UnlockRect();
H A DVBoxDispD3D.cpp3462 hr = pD3DIfTex->UnlockRect(pData->SubResourceIndex);
3465 hr = pD3DIfCubeTex->UnlockRect(VBOXDISP_CUBEMAP_INDEX_TO_FACE(pRc, pData->SubResourceIndex),
3469 hr = pD3DIfSurface->UnlockRect();
3962 hr = pD3DIfTex->UnlockRect(pData->SubResourceIndex);
3968 hr = pD3DIfCubeTex->UnlockRect(VBOXDISP_CUBEMAP_INDEX_TO_FACE(pRc, pData->SubResourceIndex),
3975 hr = pD3DIfSurf->UnlockRect();
3983 WARN(("UnlockRect failed, hr 0x%x", hr));
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d8.h309 STDMETHOD(UnlockRect)(THIS) PURE;
326 #define IDirect3DSurface8_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
340 #define IDirect3DSurface8_UnlockRect(p) (p)->UnlockRect()
614 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE;
641 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
665 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
696 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
723 #define IDirect3DTexture8_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
747 #define IDirect3DTexture8_UnlockRect(p,a) (p)->UnlockRect(a)
H A Dd3d9.h516 STDMETHOD(UnlockRect)(THIS) PURE;
540 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
561 #define IDirect3DSurface9_UnlockRect(p) (p)->UnlockRect()
797 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level) PURE;
827 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
854 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
888 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
918 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
945 #define IDirect3DTexture9_UnlockRect(p,a) (p)->UnlockRect(a)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8.h307 STDMETHOD(UnlockRect)(THIS) PURE;
324 #define IDirect3DSurface8_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
338 #define IDirect3DSurface8_UnlockRect(p) (p)->UnlockRect()
613 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE;
640 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
664 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
695 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
722 #define IDirect3DTexture8_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
746 #define IDirect3DTexture8_UnlockRect(p,a) (p)->UnlockRect(a)
H A Dd3d9.h587 STDMETHOD(UnlockRect)(THIS) PURE;
611 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
632 #define IDirect3DSurface9_UnlockRect(p) (p)->UnlockRect()
869 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level) PURE;
899 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
926 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
960 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
990 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
1017 #define IDirect3DTexture9_UnlockRect(p,a) (p)->UnlockRect(a)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d8.h309 STDMETHOD(UnlockRect)(THIS) PURE;
326 #define IDirect3DSurface8_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
340 #define IDirect3DSurface8_UnlockRect(p) (p)->UnlockRect()
614 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE;
641 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
665 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
696 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
723 #define IDirect3DTexture8_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
747 #define IDirect3DTexture8_UnlockRect(p,a) (p)->UnlockRect(a)
H A Dd3d9.h516 STDMETHOD(UnlockRect)(THIS) PURE;
540 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
561 #define IDirect3DSurface9_UnlockRect(p) (p)->UnlockRect()
797 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level) PURE;
827 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
854 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
888 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
918 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
945 #define IDirect3DTexture9_UnlockRect(p,a) (p)->UnlockRect(a)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d8.h308 STDMETHOD(UnlockRect)(THIS) PURE;
325 #define IDirect3DSurface8_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
339 #define IDirect3DSurface8_UnlockRect(p) (p)->UnlockRect()
613 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE;
640 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
664 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
695 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
722 #define IDirect3DTexture8_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
746 #define IDirect3DTexture8_UnlockRect(p,a) (p)->UnlockRect(a)
H A Dd3d9.h593 STDMETHOD(UnlockRect)(THIS) PURE;
617 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
638 #define IDirect3DSurface9_UnlockRect(p) (p)->UnlockRect()
874 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level) PURE;
904 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
931 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
965 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
995 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
1022 #define IDirect3DTexture9_UnlockRect(p,a) (p)->UnlockRect(a)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8.h309 STDMETHOD(UnlockRect)(THIS) PURE;
326 #define IDirect3DSurface8_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
340 #define IDirect3DSurface8_UnlockRect(p) (p)->UnlockRect()
614 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE;
641 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
665 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
696 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
723 #define IDirect3DTexture8_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
747 #define IDirect3DTexture8_UnlockRect(p,a) (p)->UnlockRect(a)
H A Dd3d9.h508 STDMETHOD(UnlockRect)(THIS) PURE;
532 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
553 #define IDirect3DSurface9_UnlockRect(p) (p)->UnlockRect()
789 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level) PURE;
819 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
846 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
880 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
910 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
937 #define IDirect3DTexture9_UnlockRect(p,a) (p)->UnlockRect(a)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/
H A Dd3d8.h309 STDMETHOD(UnlockRect)(THIS) PURE;
326 #define IDirect3DSurface8_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
340 #define IDirect3DSurface8_UnlockRect(p) (p)->UnlockRect()
614 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE;
641 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
665 #define IDirect3DCubeTexture8_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
696 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
723 #define IDirect3DTexture8_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
747 #define IDirect3DTexture8_UnlockRect(p,a) (p)->UnlockRect(a)
H A Dd3d9.h516 STDMETHOD(UnlockRect)(THIS) PURE;
540 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
561 #define IDirect3DSurface9_UnlockRect(p) (p)->UnlockRect()
797 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType, UINT Level) PURE;
827 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
854 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->UnlockRect(a,b)
888 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE;
918 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
945 #define IDirect3DTexture9_UnlockRect(p,a) (p)->UnlockRect(a)
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h3915 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
4112 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DSurfaceVtbl
4281 #define IWineD3DSurface_UnlockRect(This) (This)->lpVtbl->UnlockRect(This)
5121 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5245 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DTextureVtbl
5291 #define IWineD3DTexture_UnlockRect(This,level) (This)->lpVtbl->UnlockRect(This,level)
5371 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5499 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DCubeTextureVtbl
5547 #define IWineD3DCubeTexture_UnlockRect(This,face,level) (This)->lpVtbl->UnlockRect(This,face,level)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h3916 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
4113 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DSurfaceVtbl
4282 #define IWineD3DSurface_UnlockRect(This) (This)->lpVtbl->UnlockRect(This)
5122 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5246 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DTextureVtbl
5292 #define IWineD3DTexture_UnlockRect(This,level) (This)->lpVtbl->UnlockRect(This,level)
5372 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5500 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DCubeTextureVtbl
5548 #define IWineD3DCubeTexture_UnlockRect(This,face,level) (This)->lpVtbl->UnlockRect(This,face,level)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h3915 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
4112 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DSurfaceVtbl
4281 #define IWineD3DSurface_UnlockRect(This) (This)->lpVtbl->UnlockRect(This)
5121 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5245 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DTextureVtbl
5291 #define IWineD3DTexture_UnlockRect(This,level) (This)->lpVtbl->UnlockRect(This,level)
5371 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5499 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DCubeTextureVtbl
5547 #define IWineD3DCubeTexture_UnlockRect(This,face,level) (This)->lpVtbl->UnlockRect(This,face,level)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h3896 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
4093 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DSurfaceVtbl
4262 #define IWineD3DSurface_UnlockRect(This) (This)->lpVtbl->UnlockRect(This)
5102 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5226 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DTextureVtbl
5272 #define IWineD3DTexture_UnlockRect(This,level) (This)->lpVtbl->UnlockRect(This,level)
5352 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5480 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DCubeTextureVtbl
5528 #define IWineD3DCubeTexture_UnlockRect(This,face,level) (This)->lpVtbl->UnlockRect(This,face,level)
H A Dwined3d.idl2408 HRESULT UnlockRect(
2606 HRESULT UnlockRect(
2637 HRESULT UnlockRect(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h3915 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
4112 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DSurfaceVtbl
4281 #define IWineD3DSurface_UnlockRect(This) (This)->lpVtbl->UnlockRect(This)
5121 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5245 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DTextureVtbl
5291 #define IWineD3DTexture_UnlockRect(This,level) (This)->lpVtbl->UnlockRect(This,level)
5371 virtual HRESULT STDMETHODCALLTYPE UnlockRect(
5499 HRESULT (STDMETHODCALLTYPE *UnlockRect)( member in struct:IWineD3DCubeTextureVtbl
5547 #define IWineD3DCubeTexture_UnlockRect(This,face,level) (This)->lpVtbl->UnlockRect(This,face,level)

Completed in 3314 milliseconds