Home
last modified time | relevance | path

Searched refs:__stdcall (Results 1 – 25 of 214) sorted by relevance

123456789

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp55 long __stdcall QueryInterface(const IID &iid, void **object) override;
56 unsigned long __stdcall AddRef() override;
57 unsigned long __stdcall Release() override;
60 long __stdcall TestCooperativeLevel() override;
61 unsigned int __stdcall GetAvailableTextureMem() override;
62 long __stdcall EvictManagedResources() override;
63 long __stdcall GetDirect3D(IDirect3D9 **D3D) override;
64 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
65 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override;
66 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
[all …]
DDirect3DDevice9.hpp60 long __stdcall QueryInterface(const IID &iid, void **object) override;
61 unsigned long __stdcall AddRef() override;
62 unsigned long __stdcall Release() override;
65 long __stdcall BeginScene() override;
66 long __stdcall BeginStateBlock() override;
67 …long __stdcall Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsigned long…
68 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) override;
69 …long __stdcall CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapCh…
70 …long __stdcall CreateCubeTexture(unsigned int edgeLength, unsigned int levels, unsigned long usage…
71 …long __stdcall CreateDepthStencilSurface(unsigned int width, unsigned int height, D3DFORMAT format…
[all …]
DDirect3DVolumeTexture9.hpp36 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;
[all …]
DDirect3DTexture9.hpp36 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;
[all …]
DDirect3DCubeTexture9.hpp36 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;
[all …]
DDirect3D9Ex.hpp35 long __stdcall QueryInterface(const IID &iid, void **object) override;
36 unsigned long __stdcall AddRef() override;
37 unsigned long __stdcall Release() override;
40 long __stdcall RegisterSoftwareDevice(void *initializeFunction) override;
41 unsigned int __stdcall GetAdapterCount() override;
42 …long __stdcall GetAdapterIdentifier(unsigned int adapter, unsigned long flags, D3DADAPTER_IDENTIFI…
43 unsigned int __stdcall GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) override;
44 …long __stdcall EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDIS…
45 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
46 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
[all …]
DD3D9.cpp34 virtual int __stdcall ValidateShader(long *shader, long *shader1, long *shader2, long *shader3);
35 virtual int __stdcall ValidateShader2(long *shader);
36 virtual int __stdcall ValidateShader3(long *shader, long *shader1, long *shader2, long *shader3);
37 virtual int __stdcall ValidateShader4(long *shader, long *shader1, long *shader2, long *shader3);
38 virtual int __stdcall ValidateShader5(long *shader, long *shader1, long *shader2);
39 virtual int __stdcall ValidateShader6(long *shader, long *shader1, long *shader2, long *shader3);
50 …int __stdcall Direct3DShaderValidator9::ValidateShader(long *shader, long *shader1, long *shader2,… in ValidateShader()
59 int __stdcall Direct3DShaderValidator9::ValidateShader2(long *shader) // FIXME in ValidateShader2()
68 …int __stdcall Direct3DShaderValidator9::ValidateShader3(long *shader, long *shader1, long *shader2… in ValidateShader3()
77 …int __stdcall Direct3DShaderValidator9::ValidateShader4(long *shader, long *shader1, long *shader2… in ValidateShader4()
[all …]
DDirect3DBaseTexture9.hpp37 long __stdcall QueryInterface(const IID &iid, void **object) override;
38 unsigned long __stdcall AddRef() override;
39 unsigned long __stdcall Release() override;
42 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
43 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
44 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
45 long __stdcall FreePrivateData(const GUID &guid) override;
46 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
47 unsigned long __stdcall GetPriority() override;
48 void __stdcall PreLoad() override;
[all …]
DDirect3DSurface9.hpp40 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;
[all …]
DDirect3D9.hpp35 long __stdcall QueryInterface(const IID &iid, void **object) override;
36 unsigned long __stdcall AddRef() override;
37 unsigned long __stdcall Release() override;
40 long __stdcall RegisterSoftwareDevice(void *initializeFunction) override;
41 unsigned int __stdcall GetAdapterCount() override;
42 …long __stdcall GetAdapterIdentifier(unsigned int adapter, unsigned long flags, D3DADAPTER_IDENTIFI…
43 unsigned int __stdcall GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) override;
44 …long __stdcall EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDIS…
45 long __stdcall GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) override;
46 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
[all …]
DDirect3DVertexBuffer9.hpp37 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;
[all …]
DDirect3DIndexBuffer9.hpp37 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;
[all …]
DDirect3DResource9.hpp36 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;
[all …]
DDirect3DVolume9.hpp42 long __stdcall QueryInterface(const IID &iid, void **object) override;
43 unsigned long __stdcall AddRef() override;
44 unsigned long __stdcall Release() override;
47 long __stdcall FreePrivateData(const GUID &guid) override;
48 long __stdcall GetContainer(const IID &iid, void **container) override;
49 long __stdcall GetDesc(D3DVOLUME_DESC *description) override;
50 long __stdcall GetDevice(IDirect3DDevice9 **device) override;
51 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
52 …long __stdcall LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) overri…
53 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
[all …]
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp54 long __stdcall QueryInterface(const IID &iid, void **object) override;
55 unsigned long __stdcall AddRef() override;
56 unsigned long __stdcall Release() override;
59 long __stdcall ApplyStateBlock(unsigned long token) override;
60 long __stdcall BeginScene() override;
61 long __stdcall BeginStateBlock() override;
62 long __stdcall CaptureStateBlock(unsigned long token) override;
63 …long __stdcall Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsigned long…
64 …long __stdcall CopyRects(IDirect3DSurface8 *sourceSurface, const RECT *sourceRectsArray, unsigned …
65 …long __stdcall CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapCh…
[all …]
DDirect3DVolumeTexture8.hpp36 long __stdcall QueryInterface(const IID &iid, void **object) override;
37 unsigned long __stdcall AddRef() override;
38 unsigned long __stdcall Release() override;
41 long __stdcall FreePrivateData(const GUID &guid) override;
42 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
43 void __stdcall PreLoad() override;
44 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
46 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
47 unsigned long __stdcall GetPriority() override;
[all …]
DDirect3DTexture8.hpp36 long __stdcall QueryInterface(const IID &iid, void **object) override;
37 unsigned long __stdcall AddRef() override;
38 unsigned long __stdcall Release() override;
41 long __stdcall FreePrivateData(const GUID &guid) override;
42 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
43 void __stdcall PreLoad() override;
44 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
46 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
47 unsigned long __stdcall GetPriority() override;
[all …]
DDirect3DCubeTexture8.hpp36 long __stdcall QueryInterface(const IID &iid, void **object) override;
37 unsigned long __stdcall AddRef() override;
38 unsigned long __stdcall Release() override;
41 long __stdcall FreePrivateData(const GUID &guid) override;
42 long __stdcall GetPrivateData(const GUID &guid, void *data, unsigned long *size) override;
43 void __stdcall PreLoad() override;
44 …long __stdcall SetPrivateData(const GUID &guid, const void *data, unsigned long size, unsigned lon…
45 long __stdcall GetDevice(IDirect3DDevice8 **device) override;
46 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
47 unsigned long __stdcall GetPriority() override;
[all …]
DDirect3D8.hpp36 long __stdcall QueryInterface(const IID &iid, void **object) override;
37 unsigned long __stdcall AddRef() override;
38 unsigned long __stdcall Release() override;
41 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
42 …long __stdcall CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapaterFo…
43 …long __stdcall CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT s…
44 …long __stdcall CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayFormat…
45 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
46 …long __stdcall EnumAdapterModes(unsigned int adapter, unsigned int index, D3DDISPLAYMODE *mode) ov…
47 unsigned int __stdcall GetAdapterCount() override;
[all …]
DDirect3DBaseTexture8.hpp37 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(IDirect3DDevice8 **device) override;
47 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
48 unsigned long __stdcall GetPriority() override;
[all …]
DDirect3DIndexBuffer8.hpp37 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(IDirect3DDevice8 **device) override;
47 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
48 unsigned long __stdcall GetPriority() override;
[all …]
DDirect3DVertexBuffer8.hpp37 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(IDirect3DDevice8 **device) override;
47 unsigned long __stdcall SetPriority(unsigned long newPriority) override;
48 unsigned long __stdcall GetPriority() override;
[all …]
DDirect3DResource8.hpp36 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(IDirect3DDevice8 **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;
[all …]
/external/capstone/bindings/vb6/
DvbCapstone.cpp20 unsigned int __stdcall bs_version(int *major, int *minor){ in bs_version()
25 bool __stdcall bs_support(int query){ in bs_support()
30 cs_err __stdcall bs_open(cs_arch arch, cs_mode mode, csh *handle){ in bs_open()
35 cs_err __stdcall bs_close(csh *handle){ in bs_close()
40 cs_err __stdcall bs_option(csh handle, cs_opt_type type, size_t value){ in bs_option()
45 cs_err __stdcall bs_errno(csh handle){ in bs_errno()
50 const char* __stdcall bs_strerror(cs_err code){ in bs_strerror()
55 size_t __stdcall bs_disasm(csh handle, const uint8_t *code, size_t code_size, uint64_t address, siz… in bs_disasm()
60 void __stdcall getInstruction(cs_insn *insn, uint32_t index, void* curInst, uint32_t bufSize){ in getInstruction()
65 const char* __stdcall bs_reg_name(csh handle, unsigned int reg_id){ in bs_reg_name()
[all …]
/external/clang/test/SemaCXX/
Ddecl-microsoft-call-conv.cpp11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}}
16 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previ…
20 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previou…
28 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was prev…
32 void __stdcall free_func_vectorcall(); // expected-error {{function declared 'stdcall' here was pr…
60 void_fun_t __stdcall member_typedef_stdcall;
68 static void __stdcall static_member_stdcall1();
69 static void __stdcall static_member_stdcall2();
90 void __stdcall S::member_typedef_stdcall() {} in member_typedef_stdcall()
103 void __stdcall S::static_member_default3() {} // expected-error {{function declared 'stdcall' here… in static_member_default3()
[all …]

123456789