Lines Matching refs:__stdcall
40 long __stdcall QueryInterface(const IID &iid, void **object) override;
41 unsigned long __stdcall AddRef() override;
42 unsigned long __stdcall Release() override;
45 long __stdcall FreePrivateData(const GUID &guid) override;
46 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
47 void __stdcall PreLoad() override;
48 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
49 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
50 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
51 unsigned long __stdcall GetPriority() override;
52 D3DRESOURCETYPE __stdcall GetType() override;
55 long __stdcall GetDC(HDC *deviceContext) override;
56 long __stdcall ReleaseDC(HDC deviceContext) override;
57 …long __stdcall LockRect(D3DLOCKED_RECT *lockedRect, const RECT *rect, unsigned long Flags) overrid…
58 long __stdcall UnlockRect() override;
59 long __stdcall GetContainer(const IID &iid, void **container) override;
60 long __stdcall GetDesc(D3DSURFACE_DESC *desc) override;