Searched refs:UnlockBox (Results 1 – 11 of 11) sorted by relevance
202 long Direct3DVolumeTexture8::UnlockBox(unsigned int level) in UnlockBox() function in D3D8::Direct3DVolumeTexture8211 return volumeLevel[level]->UnlockBox(); in UnlockBox()
54 long __stdcall UnlockBox() override;
59 long __stdcall UnlockBox(unsigned int level) override;
184 long Direct3DVolume8::UnlockBox() in UnlockBox() function in D3D8::Direct3DVolume8
4902 sourceVolume->UnlockBox(); in updateVolume()4903 destinationVolume->UnlockBox(); in updateVolume()
316 long Direct3DVolumeTexture9::UnlockBox(unsigned int level) in UnlockBox() function in D3D9::Direct3DVolumeTexture9327 return volumeLevel[level]->UnlockBox(); in UnlockBox()
62 long __stdcall UnlockBox(unsigned int level) override;
215 long Direct3DVolume9::UnlockBox() in UnlockBox() function in D3D9::Direct3DVolume9
802 STDMETHOD(UnlockBox)(THIS_ UINT Level) PURE; in DECLARE_INTERFACE_() local826 #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_() local1138 #define IDirect3DVolume8_UnlockBox(p) (p)->lpVtbl->UnlockBox(p)1150 #define IDirect3DVolume8_UnlockBox(p) (p)->UnlockBox()
399 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)