Searched defs:WINAPI (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/Sema/ |
D | callingconv-cast.c | 10 #define WINAPI __stdcall macro 12 #define WINAPI __attribute__((stdcall)) macro
|
/external/python/cpython3/PC/ |
D | frozen_dllmain.c | 118 BOOL (WINAPI * pfndllmain)(HINSTANCE, DWORD, LPVOID); in CallModuleDllMain() local
|
/external/python/cpython2/PC/ |
D | frozen_dllmain.c | 118 BOOL (WINAPI * pfndllmain)(HINSTANCE, DWORD, LPVOID); in CallModuleDllMain() local
|
/external/webrtc/webrtc/voice_engine/ |
D | voice_engine_defines.h | 232 #define WINAPI macro 291 #define WINAPI macro
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 608 void (WINAPI *PreLoad)(IDirect3DBaseTexture9 *This); member 616 void (WINAPI *GenerateMipSubLevels)(IDirect3DBaseTexture9 *This); member 694 void (WINAPI *PreLoad)(IDirect3DCubeTexture9 *This); member 702 void (WINAPI *GenerateMipSubLevels)(IDirect3DCubeTexture9 *This); member 757 void (WINAPI *SetCursorPosition)(IDirect3DDevice9 *This, int X, int Y, DWORD Flags); member 767 …void (WINAPI *SetGammaRamp)(IDirect3DDevice9 *This, UINT iSwapChain, DWORD Flags, const D3DGAMMARA… member 768 void (WINAPI *GetGammaRamp)(IDirect3DDevice9 *This, UINT iSwapChain, D3DGAMMARAMP *pRamp); member 826 float (WINAPI *GetNPatchMode)(IDirect3DDevice9 *This); member 1008 void (WINAPI *SetCursorPosition)(IDirect3DDevice9Ex *This, int X, int Y, DWORD Flags); member 1018 …void (WINAPI *SetGammaRamp)(IDirect3DDevice9Ex *This, UINT iSwapChain, DWORD Flags, const D3DGAMMA… member [all …]
|
D | d3d9types.h | 179 #define WINAPI __attribute__((ms_abi)) macro 181 #define WINAPI __attribute__((__stdcall__)) macro 183 #define WINAPI macro
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor); member
|
/external/lzma/CPP/Common/ |
D | MyWindows.h | 23 #define WINAPI macro
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 459 static HRESULT (WINAPI *My_SHGetSpecialFolderPath)(HWND hwnd, in GetSpecialFolderPath() local
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 431 static HRESULT (WINAPI *My_SHGetSpecialFolderPath)(HWND hwnd, in GetSpecialFolderPath() local
|