Home | History | Annotate | Download | only in D3D8

Lines Matching refs:__stdcall

37 		long __stdcall QueryInterface(const IID &iid, void **object) override;
38 unsigned long __stdcall AddRef() override;
39 unsigned long __stdcall Release() override;
42 long __stdcall FreePrivateData(const GUID &guid) override;
43 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
44 void __stdcall PreLoad() override;
45 long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned long flags) override;
46 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
47 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
48 unsigned long __stdcall GetPriority() override;
49 D3DRESOURCETYPE __stdcall GetType() override;
52 long __stdcall GetDesc(D3DINDEXBUFFER_DESC *description) override;
53 long __stdcall Lock(unsigned int offset, unsigned int size, unsigned char **data, unsigned long flags) override;
54 long __stdcall Unlock() override;