HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL);
60 wc.hInstance = hInstance;
78 hInstance, NULL))) {
  /external/jemalloc/src/
tsd.c 78 _tls_callback(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
105 static const BOOL (WINAPI *tls_callback)(HINSTANCE hinstDLL,
  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL);
60 wc.hInstance = hInstance;
78 hInstance, NULL))) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
advpub.h 79 HRESULT WINAPI LaunchINFSectionEx(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow);
81 typedef HRESULT (WINAPI *LAUNCHINFSECTIONEX)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
215 HRESULT WINAPI DelNodeRunDLL32(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow);
217 typedef HRESULT (WINAPI *DELNODERUNDLL32)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
224 INT WINAPI LaunchINFSection(HWND,HINSTANCE,PSTR,INT);
237 typedef HRESULT (WINAPI *USERINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
238 typedef HRESULT (WINAPI *USERUNINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
240 HRESULT WINAPI UserInstStubWrapper(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow)
    [all...]
mapihook.h 39 typedef HRESULT (__cdecl HPPROVIDERINIT)(LPMAPISESSION lpSession,HINSTANCE hInstance,LPALLOCATEBUFFER lpAllocateBuffer,LPALLOCATEMORE lpAllocateMore,LPFREEBUFFER lpFreeBuffer,LPMAPIUID lpSectionUID,ULONG ulFlags,LPSPOOLERHOOK *lppSpoolerHook);
scrnsave.h 50 extern HINSTANCE hMainInstance;
shellapi.h 62 SHSTDAPI_(HINSTANCE) ShellExecuteA(HWND hwnd,LPCSTR lpOperation,LPCSTR lpFile,LPCSTR lpParameters,LPCSTR lpDirectory,INT nShowCmd);
63 SHSTDAPI_(HINSTANCE) ShellExecuteW(HWND hwnd,LPCWSTR lpOperation,LPCWSTR lpFile,LPCWSTR lpParameters,LPCWSTR lpDirectory,INT nShowCmd);
64 SHSTDAPI_(HINSTANCE) FindExecutableA(LPCSTR lpFile,LPCSTR lpDirectory,LPSTR lpResult);
65 SHSTDAPI_(HINSTANCE) FindExecutableW(LPCWSTR lpFile,LPCWSTR lpDirectory,LPWSTR lpResult);
69 SHSTDAPI_(HICON) DuplicateIcon(HINSTANCE hInst,HICON hIcon);
70 SHSTDAPI_(HICON) ExtractAssociatedIconA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIcon);
71 SHSTDAPI_(HICON) ExtractAssociatedIconW(HINSTANCE hInst,LPWSTR lpIconPath,LPWORD lpiIcon);
73 SHSTDAPI_(HICON) ExtractAssociatedIconExA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIconIndex,LPWORD lpiIconId);
74 SHSTDAPI_(HICON) ExtractAssociatedIconExW(HINSTANCE hInst,LPWSTR lpIconPath,LPWORD lpiIconIndex,LPWORD lpiIconId);
76 SHSTDAPI_(HICON) ExtractIconA(HINSTANCE hInst,LPCSTR lpszExeFileName,UINT nIconIndex)
    [all...]
commdlg.h 51 HINSTANCE hInstance;
73 HINSTANCE hInstance;
99 HINSTANCE hInstance;
124 HINSTANCE hInstance;
280 HWND hInstance;
291 HWND hInstance;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 144 static void NTAPI on_tls_callback(HINSTANCE h, DWORD dwReason, PVOID pv) {
159 HINSTANCE h, DWORD dwReason, PVOID pv) = on_tls_callback;
169 BOOL WINAPI DllMain(HINSTANCE h, DWORD dwReason, PVOID pv) {
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 66 WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config);
87 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config)
154 WGLContextFactory::WGLContextFactory (HINSTANCE instance)
tcuWin32EGLNativeDisplayFactory.cpp 95 NativeWindowFactory (HINSTANCE instance);
101 const HINSTANCE m_instance;
107 NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params);
204 NativeWindowFactory::NativeWindowFactory (HINSTANCE instance)
217 NativeWindow::NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params)
366 Win32EGLNativeDisplayFactory::Win32EGLNativeDisplayFactory (HINSTANCE instance)
  /external/bzip2/
dlltest.c 25 static HINSTANCE BZ2DLLhLib;
28 HINSTANCE hLib;
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 50 int APIENTRY _tWinMain(HINSTANCE instance, HINSTANCE, wchar_t* command_line,
  /external/chromium_org/third_party/openssl/openssl/apps/
winrand.c 69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
  /external/chromium_org/ui/app_list/demo/
app_list_demo_views.cc 114 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
  /external/openssl/apps/
winrand.c 69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
  /external/chromium_org/base/win/
wrapped_window_proc_unittest.cc 57 HINSTANCE hinst = GetModuleHandle(NULL);
62 wc.hInstance = hinst;
message_window.cc 25 HINSTANCE instance() { return instance_; }
29 HINSTANCE instance_;
46 window_class.hInstance = instance_;
  /external/chromium_org/content/test/plugin/
npapi_test.cc 59 BOOL API_CALL DllMain(HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved) {
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
libgl_gdi.c 145 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved)
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 104 #define XP_HLIB HINSTANCE
  /external/clang/tools/libclang/
CIndexer.cpp 59 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH);
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 145 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved)
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 326 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPWSTR szCmdLine, int sw)
328 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 98 explicit WindowsWlanApi(HINSTANCE library);
101 void GetWLANFunctions(HINSTANCE wlan_library);
110 HINSTANCE library_;
193 WindowsWlanApi::WindowsWlanApi(HINSTANCE library)
212 HINSTANCE library = LoadLibraryEx(dll_path.c_str(),
221 void WindowsWlanApi::GetWLANFunctions(HINSTANCE wlan_library) {

Completed in 1004 milliseconds

1 23 4 5 6 7 8 9