Home
last modified time | relevance | path

Searched refs:UnlockBox (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DVolumeTexture8.cpp202 long Direct3DVolumeTexture8::UnlockBox(unsigned int level) in UnlockBox() function in D3D8::Direct3DVolumeTexture8
211 return volumeLevel[level]->UnlockBox(); in UnlockBox()
DDirect3DVolume8.hpp54 long __stdcall UnlockBox() override;
DDirect3DVolumeTexture8.hpp59 long __stdcall UnlockBox(unsigned int level) override;
DDirect3DVolume8.cpp183 long Direct3DVolume8::UnlockBox() in UnlockBox() function in D3D8::Direct3DVolume8
DDirect3DDevice8.cpp4902 sourceVolume->UnlockBox(); in updateVolume()
4903 destinationVolume->UnlockBox(); in updateVolume()
/external/swiftshader/src/D3D9/
DDirect3DVolumeTexture9.cpp316 long Direct3DVolumeTexture9::UnlockBox(unsigned int level) in UnlockBox() function in D3D9::Direct3DVolumeTexture9
327 return volumeLevel[level]->UnlockBox(); in UnlockBox()
DDirect3DVolume9.hpp54 long __stdcall UnlockBox() override;
DDirect3DVolumeTexture9.hpp62 long __stdcall UnlockBox(unsigned int level) override;
DDirect3DVolume9.cpp214 long Direct3DVolume9::UnlockBox() in UnlockBox() function in D3D9::Direct3DVolume9
/external/swiftshader/include/Direct3D/
Dd3d8.h802 STDMETHOD(UnlockBox)(THIS_ UINT Level) PURE; in DECLARE_INTERFACE_() local
826 #define IDirect3DVolumeTexture8_UnlockBox(p,a) (p)->lpVtbl->UnlockBox(p,a)
846 #define IDirect3DVolumeTexture8_UnlockBox(p,a) (p)->UnlockBox(a)
1122 STDMETHOD(UnlockBox)(THIS) PURE; in DECLARE_INTERFACE_() local
1138 #define IDirect3DVolume8_UnlockBox(p) (p)->lpVtbl->UnlockBox(p)
1150 #define IDirect3DVolume8_UnlockBox(p) (p)->UnlockBox()
/external/mesa3d/include/D3D9/
Dd3d9.h399 virtual HRESULT WINAPI UnlockBox() = 0;
407 virtual HRESULT WINAPI UnlockBox(UINT Level) = 0;
1743 HRESULT (WINAPI *UnlockBox)(IDirect3DVolume9 *This);
1762 #define IDirect3DVolume9_UnlockBox(p) (p)->lpVtbl->UnlockBox(p)
1790 HRESULT (WINAPI *UnlockBox)(IDirect3DVolumeTexture9 *This, UINT Level);
1822 #define IDirect3DVolumeTexture9_UnlockBox(p,a) (p)->lpVtbl->UnlockBox(p,a)