Home
last modified time | relevance | path

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

/third_party/mesa3d/include/D3D9/
H A Dd3d9.h54 typedef struct IDirect3DVolumeTexture9 IDirect3DVolumeTexture9, *PDIRECT3DVOLUMETEXTURE9, *LPDIRECT3DVOLUMETEXTURE9; typedef
182 virtual HRESULT WINAPI CreateVolumeTexture(UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle) = 0;
402 struct IDirect3DVolumeTexture9 : public IDirect3DBaseTexture9 struct
770 HRESULT (WINAPI *CreateVolumeTexture)(IDirect3DDevice9 *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle);
1021 HRESULT (WINAPI *CreateVolumeTexture)(IDirect3DDevice9Ex *This, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTexture9 **ppVolumeTexture, HANDLE *pSharedHandle);
1767 HRESULT (WINAPI *QueryInterface)(IDirect3DVolumeTexture9 *This, REFIID riid, void **ppvObject);
1768 ULONG (WINAPI *AddRef)(IDirect3DVolumeTexture9 *This);
1769 ULONG (WINAPI *Release)(IDirect3DVolumeTexture9 *This);
1771 HRESULT (WINAPI *GetDevice)(IDirect3DVolumeTexture9 *Thi
1793 struct IDirect3DVolumeTexture9 global() struct
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.h345 IDirect3DVolumeTexture9 **ppVolumeTexture,
H A Ddevice9.c1163 IDirect3DVolumeTexture9 **ppVolumeTexture, in NineDevice9_CreateVolumeTexture()
1184 *ppVolumeTexture = (IDirect3DVolumeTexture9 *)tex; in NineDevice9_CreateVolumeTexture()
H A Dnine_lock.c777 IDirect3DVolumeTexture9 **ppVolumeTexture, in LockDevice9_CreateVolumeTexture()

Completed in 19 milliseconds