Home | History | Annotate | Download | only in D3D9

Lines Matching refs:Direct3DResource9

25 	Direct3DVertexBuffer9::Direct3DVertexBuffer9(Direct3DDevice9 *device, unsigned int length, unsigned long usage, long FVF, D3DPOOL pool) : Direct3DResource9(device, D3DRTYPE_VERTEXBUFFER, pool, length), length(length), usage(usage), FVF(FVF)
100 return Direct3DResource9::AddRef();
107 return Direct3DResource9::Release();
116 return Direct3DResource9::FreePrivateData(guid);
125 return Direct3DResource9::GetPrivateData(guid, data, size);
134 Direct3DResource9::PreLoad();
143 return Direct3DResource9::SetPrivateData(guid, data, size, flags);
152 return Direct3DResource9::GetDevice(device);
161 return Direct3DResource9::SetPriority(newPriority);
170 return Direct3DResource9::GetPriority();
179 return Direct3DResource9::GetType();