• Home
  • Raw
  • Download

Lines Matching refs:Direct3DIndexBuffer8

25Direct3DIndexBuffer8::Direct3DIndexBuffer8(Direct3DDevice8 *device, unsigned int length, unsigned …  in Direct3DIndexBuffer8()  function in D3D8::Direct3DIndexBuffer8
30 Direct3DIndexBuffer8::~Direct3DIndexBuffer8() in ~Direct3DIndexBuffer8()
35 long Direct3DIndexBuffer8::QueryInterface(const IID &iid, void **object) in QueryInterface()
54 unsigned long Direct3DIndexBuffer8::AddRef() in AddRef()
61 unsigned long Direct3DIndexBuffer8::Release() in Release()
68 long Direct3DIndexBuffer8::FreePrivateData(const GUID &guid) in FreePrivateData()
75 long Direct3DIndexBuffer8::GetPrivateData(const GUID &guid, void *data, unsigned long *size) in GetPrivateData()
82 void Direct3DIndexBuffer8::PreLoad() in PreLoad()
89 …long Direct3DIndexBuffer8::SetPrivateData(const GUID &guid, const void *data, unsigned long size, … in SetPrivateData()
96 long Direct3DIndexBuffer8::GetDevice(IDirect3DDevice8 **device) in GetDevice()
103 unsigned long Direct3DIndexBuffer8::SetPriority(unsigned long newPriority) in SetPriority()
110 unsigned long Direct3DIndexBuffer8::GetPriority() in GetPriority()
117 D3DRESOURCETYPE Direct3DIndexBuffer8::GetType() in GetType()
124 long Direct3DIndexBuffer8::GetDesc(D3DINDEXBUFFER_DESC *description) in GetDesc()
142 …long Direct3DIndexBuffer8::Lock(unsigned int offset, unsigned int size, unsigned char **data, unsi… in Lock()
165 long Direct3DIndexBuffer8::Unlock() in Unlock()
172 sw::Resource *Direct3DIndexBuffer8::getResource() const in getResource()
177 bool Direct3DIndexBuffer8::is32Bit() const in is32Bit()