/third_party/glfw/src/ |
D | win32_platform.h | 174 typedef HRESULT (WINAPI * DIRECTINPUT8CREATE_T)(HINSTANCE,DWORD,REFIID,LPVOID*,LPUNKNOWN); 200 HINSTANCE hinstance; 260 HINSTANCE instance; 265 HINSTANCE instance; 271 HINSTANCE instance; 277 HINSTANCE instance; 283 HINSTANCE instance; 289 HINSTANCE instance;
|
/third_party/lzma/CPP/Windows/Control/ |
D | CommandBar.h | 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create() 34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() 38 …HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { re… in InsertComboBox() 39 …bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubar() 40 …bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandB… in InsertMenubarEx()
|
/third_party/lzma/CPP/Windows/ |
D | ResourceString.cpp | 11 extern HINSTANCE g_hInstance; 20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) in MyLoadStringA() 39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s) in MyLoadString2() 75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) in MyLoadString()
|
/third_party/skia/tools/sk_app/win/ |
D | main_win.cpp | 32 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv); 34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, in _tWinMain() 61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { in main_common()
|
D | Window_win.h | 22 bool init(HINSTANCE instance); 36 HINSTANCE fHInstance;
|
/third_party/lzma/CPP/7zip/Archive/ |
D | DllExports2.cpp | 32 HINSTANCE g_hInstance; 39 HINSTANCE 48 HINSTANCE in DllMain() 55 g_hInstance = (HINSTANCE)hInstance; in DllMain()
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 37 HINSTANCE g_hInstance; 46 HINSTANCE hinstDll = LoadLibrary(dllName); in GetDllVersion() 213 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, in WinMain() argument 221 g_hInstance = (HINSTANCE)hInstance; in WinMain()
|
/third_party/python/PC/ |
D | frozen_dllmain.c | 88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() 118 BOOL (WINAPI * pfndllmain)(HINSTANCE, DWORD, LPVOID); in CallModuleDllMain() 125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName); in CallModuleDllMain()
|
D | empty.c | 3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain()
|
D | WinMain.c | 9 HINSTANCE hInstance, /* handle to current instance */ in wWinMain() 10 HINSTANCE hPrevInstance, /* handle to previous instance */ in wWinMain()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 44 DE_STATIC_ASSERT(sizeof(vk::pt::Win32InstanceHandle) == sizeof(HINSTANCE)); 78 VulkanDisplay (HINSTANCE instance) in VulkanDisplay() 85 const HINSTANCE instance = (HINSTANCE)m_native.internal; in createWindow() 116 VulkanPlatform::VulkanPlatform (HINSTANCE instance) in VulkanPlatform()
|
D | tcuWin32EGLNativeDisplayFactory.hpp | 39 EGLNativeDisplayFactory (HINSTANCE instance); 45 const HINSTANCE m_instance;
|
D | tcuWGLContextFactory.hpp | 38 ContextFactory (HINSTANCE instance); 43 const HINSTANCE m_instance;
|
D | tcuWin32VulkanPlatform.hpp | 38 VulkanPlatform (HINSTANCE instance); 49 const HINSTANCE m_instance;
|
D | tcuWin32EGLNativeDisplayFactory.cpp | 108 NativeWindowFactory (HINSTANCE instance); 114 const HINSTANCE m_instance; 120 …NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params… 221 NativeWindowFactory::NativeWindowFactory (HINSTANCE instance) in NativeWindowFactory() 234 NativeWindow::NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowPar… in NativeWindow() 383 EGLNativeDisplayFactory::EGLNativeDisplayFactory (HINSTANCE instance) in EGLNativeDisplayFactory()
|
D | tcuWGLContextFactory.cpp | 68 …WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const… 93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedConte… in WGLContext() 174 ContextFactory::ContextFactory (HINSTANCE instance) in ContextFactory()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | ksdeviceprovider.c | 170 HINSTANCE inst); 209 HINSTANCE inst; in msg_window_message_proc() 236 inst = (HINSTANCE) GetModuleHandle (NULL); in msg_window_message_proc() 419 reg_msg_window_class (const char *class_name, HINSTANCE inst) in reg_msg_window_class() 433 unreg_msg_window_class (ATOM class_id, const char *class_name, HINSTANCE inst) in unreg_msg_window_class() 448 HINSTANCE inst; in ks_provider_msg_window_thread() 464 inst = (HINSTANCE) GetModuleHandle (NULL); in ks_provider_msg_window_thread() 517 HINSTANCE inst; in gst_ks_device_provider_start() 540 inst = (HINSTANCE) GetModuleHandle (NULL); in gst_ks_device_provider_start() 598 HINSTANCE inst; in gst_ks_device_provider_stop() [all …]
|
/third_party/cef/tests/cefclient/ |
D | cefclient_win.cc | 37 int RunMain(HINSTANCE hInstance, int nCmdShow) { in RunMain() 131 int APIENTRY wWinMain(HINSTANCE hInstance, in wWinMain() 132 HINSTANCE hPrevInstance, in wWinMain()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | dllmain.c | 28 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); 29 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
/third_party/openssl/crypto/ |
D | dllmain.c | 28 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); 29 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
/third_party/cef/tests/cefsimple/ |
D | cefsimple_win.cc | 24 int APIENTRY wWinMain(HINSTANCE hInstance, in wWinMain() 25 HINSTANCE hPrevInstance, in wWinMain()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | pythonba.cpp | 16 static HINSTANCE vhInstance = NULL; 19 IN HINSTANCE hInstance, in DllMain()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | autoinit_funcs.h | 208 BOOL WINAPI DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused) \ 215 BOOL WINAPI usr_DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused); \ 216 BOOL WINAPI DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused) \
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | main.cpp | 49 static void WaitForDebugger(HINSTANCE instance) in WaitForDebugger() 60 extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) in DllMain()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | main_winmain.c | 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain()
|