Home
last modified time | relevance | path

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

/third_party/mesa3d/include/D3D9/
H A Dd3d9.h399 virtual HRESULT WINAPI UnlockBox() = 0;
407 virtual HRESULT WINAPI UnlockBox(UINT Level) = 0;
1743 HRESULT (WINAPI *UnlockBox)(IDirect3DVolume9 *This); member
1762 #define IDirect3DVolume9_UnlockBox(p) (p)->lpVtbl->UnlockBox(p)
1790 HRESULT (WINAPI *UnlockBox)(IDirect3DVolumeTexture9 *This, UINT Level); member
1822 #define IDirect3DVolumeTexture9_UnlockBox(p,a) (p)->lpVtbl->UnlockBox(p,a)

Completed in 8 milliseconds