Home
last modified time | relevance | path

Searched refs:D3DVOLUME_DESC (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dvolume9.h46 D3DVOLUME_DESC desc;
70 D3DVOLUME_DESC *pDesc,
107 D3DVOLUME_DESC *pDesc );
Dvolumetexture9.h53 D3DVOLUME_DESC *pDesc );
Dvolumetexture9.c43 D3DVOLUME_DESC voldesc; in NineVolumeTexture9_ctor()
153 D3DVOLUME_DESC *pDesc ) in NineVolumeTexture9_GetLevelDesc()
Dvolume9.c57 D3DVOLUME_DESC *pDesc ) in NineVolume9_ctor()
207 D3DVOLUME_DESC *pDesc ) in NineVolume9_GetDesc()
544 D3DVOLUME_DESC *pDesc, in NineVolume9_new()
Dnine_lock.c3145 D3DVOLUME_DESC *pDesc )
3196 D3DVOLUME_DESC *pDesc )
/external/swiftshader/src/D3D8/
DDirect3DVolumeTexture8.hpp56 long __stdcall GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description) override;
DDirect3DVolume8.hpp49 long __stdcall GetDesc(D3DVOLUME_DESC *description) override;
DDirect3DVolume8.cpp105 long Direct3DVolume8::GetDesc(D3DVOLUME_DESC *description) in GetDesc()
DDirect3DVolumeTexture8.cpp228 long Direct3DVolumeTexture8::GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description) in GetLevelDesc()
DDirect3DDevice8.cpp4873 D3DVOLUME_DESC sourceDescription; in updateVolume()
4874 D3DVOLUME_DESC destinationDescription; in updateVolume()
/external/swiftshader/src/D3D9/
DDirect3DVolume9.hpp49 long __stdcall GetDesc(D3DVOLUME_DESC *description) override;
DDirect3DVolumeTexture9.hpp59 long __stdcall GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description) override;
DDirect3DVolume9.cpp119 long Direct3DVolume9::GetDesc(D3DVOLUME_DESC *description) in GetDesc()
DDirect3DVolumeTexture9.cpp341 long Direct3DVolumeTexture9::GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description) in GetLevelDesc()
DDirect3DDevice9.cpp6340 D3DVOLUME_DESC sourceDescription; in updateVolume()
6341 D3DVOLUME_DESC destinationDescription; in updateVolume()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1531 } D3DVOLUME_DESC; typedef
Dd3d8.h799 STDMETHOD(GetLevelDesc)(THIS_ UINT Level,D3DVOLUME_DESC *pDesc) PURE; in DECLARE_INTERFACE_()
1120 STDMETHOD(GetDesc)(THIS_ D3DVOLUME_DESC *pDesc) PURE; in DECLARE_INTERFACE_()
/external/mesa3d/include/D3D9/
Dd3d9types.h1776 } D3DVOLUME_DESC, *PD3DVOLUME_DESC, *LPD3DVOLUME_DESC; typedef
Dd3d9.h397 virtual HRESULT WINAPI GetDesc(D3DVOLUME_DESC *pDesc) = 0;
404 virtual HRESULT WINAPI GetLevelDesc(UINT Level, D3DVOLUME_DESC *pDesc) = 0;
1741 HRESULT (WINAPI *GetDesc)(IDirect3DVolume9 *This, D3DVOLUME_DESC *pDesc);
1787 HRESULT (WINAPI *GetLevelDesc)(IDirect3DVolumeTexture9 *This, UINT Level, D3DVOLUME_DESC *pDesc);