Lines Matching refs:Direct3DVolume8
26 …Direct3DVolume8::Direct3DVolume8(Direct3DDevice8 *device, Direct3DVolumeTexture8 *container, int w… in Direct3DVolume8() function in D3D8::Direct3DVolume8
32 Direct3DVolume8::~Direct3DVolume8() in ~Direct3DVolume8()
37 void *Direct3DVolume8::lockInternal(int x, int y, int z, sw::Lock lock, sw::Accessor client) in lockInternal()
42 void Direct3DVolume8::unlockInternal() in unlockInternal()
47 long __stdcall Direct3DVolume8::QueryInterface(const IID &iid, void **object) in QueryInterface()
65 unsigned long __stdcall Direct3DVolume8::AddRef() in AddRef()
72 unsigned long __stdcall Direct3DVolume8::Release() in Release()
79 long Direct3DVolume8::FreePrivateData(const GUID &guid) in FreePrivateData()
86 long Direct3DVolume8::GetContainer(const IID &iid, void **container) in GetContainer()
105 long Direct3DVolume8::GetDesc(D3DVOLUME_DESC *description) in GetDesc()
125 long Direct3DVolume8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
132 long Direct3DVolume8::GetPrivateData(const GUID &guid, void *data, unsigned long *size) in GetPrivateData()
139 long Direct3DVolume8::LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) in LockBox()
177 …long Direct3DVolume8::SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsig… in SetPrivateData()
184 long Direct3DVolume8::UnlockBox() in UnlockBox()
191 sw::Format Direct3DVolume8::translateFormat(D3DFORMAT format) in translateFormat()
196 unsigned int Direct3DVolume8::memoryUsage(int width, int height, int depth, D3DFORMAT format) in memoryUsage()