Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dglshim.c52 static HMODULE hMod = NULL; variable
62 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()