Searched refs:hMod (Results 1 – 1 of 1) sorted by relevance
52 static HMODULE hMod = NULL; variable62 if (!hMod) in glXGetProcAddressARB()65 proc = GetProcAddress(hMod, symbol); in glXGetProcAddressARB()68 ErrorF("glXGetProcAddressARB: Resolved '%s' in %p to %p\n", symbol, hMod, proc); in glXGetProcAddressARB()87 hMod = LoadLibraryEx(dllname, NULL, 0); in glWinSelectImplementation()88 if (hMod == NULL) { in glWinSelectImplementation()