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

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dvolume9.h46 D3DVOLUME_DESC desc;
70 D3DVOLUME_DESC *pDesc,
107 D3DVOLUME_DESC *pDesc );
H A Dvolumetexture9.h53 D3DVOLUME_DESC *pDesc );
H A Dvolumetexture9.c43 D3DVOLUME_DESC voldesc;
153 D3DVOLUME_DESC *pDesc )
H A Dvolume9.c57 D3DVOLUME_DESC *pDesc )
207 D3DVOLUME_DESC *pDesc )
544 D3DVOLUME_DESC *pDesc,
H A Dnine_lock.c3145 D3DVOLUME_DESC *pDesc )
3196 D3DVOLUME_DESC *pDesc )
/external/swiftshader/src/D3D8/
H A DDirect3DVolume8.hpp49 long __stdcall GetDesc(D3DVOLUME_DESC *description) override;
H A DDirect3DVolumeTexture8.hpp56 long __stdcall GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description) override;
H A DDirect3DVolume8.cpp104 long Direct3DVolume8::GetDesc(D3DVOLUME_DESC *description)
H A DDirect3DVolumeTexture8.cpp228 long Direct3DVolumeTexture8::GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description)
H A DDirect3DDevice8.cpp4873 D3DVOLUME_DESC sourceDescription;
4874 D3DVOLUME_DESC destinationDescription;
/external/swiftshader/src/D3D9/
H A DDirect3DVolume9.hpp49 long __stdcall GetDesc(D3DVOLUME_DESC *description) override;
H A DDirect3DVolumeTexture9.hpp59 long __stdcall GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description) override;
H A DDirect3DVolume9.cpp118 long Direct3DVolume9::GetDesc(D3DVOLUME_DESC *description)
H A DDirect3DVolumeTexture9.cpp341 long Direct3DVolumeTexture9::GetLevelDesc(unsigned int level, D3DVOLUME_DESC *description)
H A DDirect3DDevice9.cpp6338 D3DVOLUME_DESC sourceDescription;
6339 D3DVOLUME_DESC destinationDescription;
/external/swiftshader/include/Direct3D/
H A Dd3d8types.h1531 } D3DVOLUME_DESC; typedef in typeref:struct:_D3DVOLUME_DESC
H A Dd3d8.h799 STDMETHOD(GetLevelDesc)(THIS_ UINT Level,D3DVOLUME_DESC *pDesc) PURE;
1120 STDMETHOD(GetDesc)(THIS_ D3DVOLUME_DESC *pDesc) PURE;
/external/mesa3d/include/D3D9/
H A Dd3d9types.h1776 } D3DVOLUME_DESC, *PD3DVOLUME_DESC, *LPD3DVOLUME_DESC; typedef in typeref:struct:_D3DVOLUME_DESC
H A 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);

Completed in 1325 milliseconds