Searched refs:hModule (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_symbol.c65 static HMODULE hModule = NULL; local in function:getDbgHelpProcAddress
67 if (!hModule) {
81 if (!hModule) {
82 hModule = LoadLibraryA("mgwhelp.dll");
83 if (!hModule) {
93 if (!hModule) {
94 hModule = LoadLibraryA("dbghelp.dll");
97 if (!hModule) {
103 return GetProcAddress(hModule, lpProcName);
183 HMODULE hModule variable in typeref:typename:HMODULE
[all...]
H A Du_debug_stack.c221 static HMODULE hModule = NULL; local in function:debug_backtrace_capture
222 if (!hModule) {
223 hModule = LoadLibraryA("kernel32");
224 assert(hModule);
226 if (hModule) {
228 (PFNCAPTURESTACKBACKTRACE)GetProcAddress(hModule,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_symbol.c65 static HMODULE hModule = NULL; local in function:getDbgHelpProcAddress
67 if (!hModule) {
81 if (!hModule) {
82 hModule = LoadLibraryA("mgwhelp.dll");
83 if (!hModule) {
93 if (!hModule) {
94 hModule = LoadLibraryA("dbghelp.dll");
97 if (!hModule) {
103 return GetProcAddress(hModule, lpProcName);
183 HMODULE hModule variable in typeref:typename:HMODULE
[all...]
H A Du_debug_stack.c236 static HMODULE hModule = NULL; local in function:debug_backtrace_capture
237 if (!hModule) {
238 hModule = LoadLibraryA("kernel32");
239 assert(hModule);
241 if (hModule) {
243 (PFNCAPTURESTACKBACKTRACE)GetProcAddress(hModule,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DD3DKMT.cpp286 HMODULE hModule = 0; local in function:D3DKMTQueryAdapterInfo
291 &hModule);
293 dwRet = GetModuleFileNameW(hModule, pResult->UmdFileName, MAX_PATH);

Completed in 7 milliseconds