Home
last modified time | relevance | path

Searched refs:hModule (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug_symbol.c66 static HMODULE hModule = NULL; in getDbgHelpProcAddress() local
68 if (!hModule) { in getDbgHelpProcAddress()
82 if (!hModule) { in getDbgHelpProcAddress()
83 hModule = LoadLibraryA("mgwhelp.dll"); in getDbgHelpProcAddress()
84 if (!hModule) { in getDbgHelpProcAddress()
94 if (!hModule) { in getDbgHelpProcAddress()
95 hModule = LoadLibraryA("dbghelp.dll"); in getDbgHelpProcAddress()
98 if (!hModule) { in getDbgHelpProcAddress()
104 return GetProcAddress(hModule, lpProcName); in getDbgHelpProcAddress()
197 HMODULE hModule = NULL; in debug_symbol_name_dbghelp() local
[all …]
Du_debug_stack.c220 static HMODULE hModule = NULL; in debug_backtrace_capture() local
221 if (!hModule) { in debug_backtrace_capture()
222 hModule = LoadLibraryA("kernel32"); in debug_backtrace_capture()
223 assert(hModule); in debug_backtrace_capture()
225 if (hModule) { in debug_backtrace_capture()
227 (PFNCAPTURESTACKBACKTRACE)GetProcAddress(hModule, in debug_backtrace_capture()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp46 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char …
Dvulkan.hpp47 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char …