Lines Matching refs:__stdcall
36 long __stdcall QueryInterface(const IID &iid, void **object) override;
37 unsigned long __stdcall AddRef() override;
38 unsigned long __stdcall Release() override;
41 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
42 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
43 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
44 long __stdcall FreePrivateData(const GUID &guid) override;
45 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
46 unsigned long __stdcall GetPriority() override;
47 void __stdcall PreLoad() override;
48 D3DRESOURCETYPE __stdcall GetType() override;