Lines Matching refs:Direct3DIndexBuffer9
25 …Direct3DIndexBuffer9::Direct3DIndexBuffer9(Direct3DDevice9 *device, unsigned int length, unsigned … in Direct3DIndexBuffer9() function in D3D9::Direct3DIndexBuffer9
31 Direct3DIndexBuffer9::~Direct3DIndexBuffer9() in ~Direct3DIndexBuffer9()
36 long Direct3DIndexBuffer9::QueryInterface(const IID &iid, void **object) in QueryInterface()
57 unsigned long Direct3DIndexBuffer9::AddRef() in AddRef()
64 unsigned long Direct3DIndexBuffer9::Release() in Release()
71 long Direct3DIndexBuffer9::FreePrivateData(const GUID &guid) in FreePrivateData()
80 long Direct3DIndexBuffer9::GetPrivateData(const GUID &guid, void *data, unsigned long *size) in GetPrivateData()
89 void Direct3DIndexBuffer9::PreLoad() in PreLoad()
98 …long Direct3DIndexBuffer9::SetPrivateData(const GUID &guid, const void *data, unsigned long size, … in SetPrivateData()
107 long Direct3DIndexBuffer9::GetDevice(IDirect3DDevice9 **device) in GetDevice()
116 unsigned long Direct3DIndexBuffer9::SetPriority(unsigned long newPriority) in SetPriority()
125 unsigned long Direct3DIndexBuffer9::GetPriority() in GetPriority()
134 D3DRESOURCETYPE Direct3DIndexBuffer9::GetType() in GetType()
143 long Direct3DIndexBuffer9::GetDesc(D3DINDEXBUFFER_DESC *description) in GetDesc()
163 …long Direct3DIndexBuffer9::Lock(unsigned int offset, unsigned int size, void **data, unsigned long… in Lock()
203 long Direct3DIndexBuffer9::Unlock() in Unlock()
218 sw::Resource *Direct3DIndexBuffer9::getResource() const in getResource()
223 bool Direct3DIndexBuffer9::is32Bit() const in is32Bit()