HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /external/v8/tools/gyp/test/win/linker-flags/
subsystem-windows.cc 7 int CALLBACK WinMain(HINSTANCE, HINSTANCE, LPSTR, int) {
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 39 EGLNativeDisplayFactory (HINSTANCE instance);
45 const HINSTANCE m_instance;
tcuWGLContextFactory.hpp 38 ContextFactory (HINSTANCE instance);
42 const HINSTANCE m_instance;
tcuWin32VulkanPlatform.hpp 38 VulkanPlatform (HINSTANCE instance);
48 const HINSTANCE m_instance;
tcuWin32Platform.hpp 53 const HINSTANCE m_instance;
tcuWin32Window.hpp 38 Window (HINSTANCE instance, int width, int height);
tcuWin32GLES3Platform.cpp 61 Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config);
84 Win32GLES3Context::Win32GLES3Context (const wgl::Core& wgl, HINSTANCE instance, const glu::RenderConfig& config)
147 Win32GLES3ContextFactory (HINSTANCE instance);
153 const HINSTANCE m_instance;
157 Win32GLES3ContextFactory::Win32GLES3ContextFactory (HINSTANCE instance)
180 const HINSTANCE instance = GetModuleHandle(NULL);
  /external/v8/tools/gyp/test/win/large-pdb/
dllmain.cc 7 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) {
  /external/c-ares/
windows_port.c 13 WINAPI DllMain (HINSTANCE hnd, DWORD reason, LPVOID reserved)
  /external/lzma/C/Util/LzmaLib/
LzmaLibExports.c 6 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
8 hInstance = hInstance;
  /external/lzma/CPP/Windows/
ResourceString.h 11 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest);
ResourceString.cpp 11 extern HINSTANCE g_hInstance;
20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID)
28 len = ::LoadString(hInstance, resourceID, s.GetBuffer(size - 1), size);
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s)
46 len = ::LoadStringW(hInstance, resourceID, s.GetBuffer(size - 1), size);
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest)
80 MultiByteToUnicodeString2(dest, MyLoadStringA(hInstance, resourceID));
    [all...]
  /external/v8/tools/gyp/test/win/rc-build/
hello.cpp 17 HINSTANCE hInstance,
18 HINSTANCE hPrevInstance,
23 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);
25 LoadString(hInstance, IDC_HELLO, szWindowClass, MAX_LOADSTRING);
27 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SMALL)) != NULL) ++count;
28 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_HELLO)) != NULL) ++count;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
muiload.h 18 HINSTANCE WINAPI LoadMUILibrary(LPCTSTR pszFullModuleName,DWORD dwLangConvention,LANGID LangID);
  /external/lzma/CPP/Windows/Control/
CommandBar.h 16 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
30 int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap, iNumImages, iImageWidth, iImageHeight); }
34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
35 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
36 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, iButton)); }
Window2.h 20 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
25 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
  /development/host/windows/usb/api/
AdbWinApi.cpp 92 HINSTANCE adbwinusbapi_handle_;
101 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 29 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
  /external/lzma/CPP/7zip/Archive/
DllExports2.cpp 21 HINSTANCE g_hInstance;
30 HINSTANCE
32 hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
36 g_hInstance = (HINSTANCE)hInstance;
  /external/v8/tools/gyp/test/win/enable-winrt/
dllmain.cc 28 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) {
  /external/v8/tools/gyp/test/win/winrt-app-type-revision/
dllmain.cc 28 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) {
  /external/v8/tools/gyp/test/win/winrt-target-platform-version/
dllmain.cc 28 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) {
  /external/webrtc/webrtc/base/
win32window.h 50 static HINSTANCE instance_;
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 20 int PASCAL wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,

Completed in 481 milliseconds

1 2 3 4 5 6 7 8