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 lon…
46 long __stdcall GetDevice(IDirect3DDevice9 **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 Lock(unsigned int offset, unsigned int size, void **data, unsigned long flags) over…
53 long __stdcall Unlock() override;
54 long __stdcall GetDesc(D3DVERTEXBUFFER_DESC *description) override;