Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinengine.c47 static HMODULE g_hmodDirectDraw = NULL; variable
61 if (g_hmodDirectDraw != NULL) { in winDetectSupportedEngines()
217 g_hmodDirectDraw = LoadLibraryEx("ddraw.dll", NULL, 0); in winGetDDProcAddresses()
218 if (g_hmodDirectDraw == NULL) { in winGetDDProcAddresses()
225 g_fpDirectDrawCreate = GetProcAddress(g_hmodDirectDraw, "DirectDrawCreate"); in winGetDDProcAddresses()
234 g_fpDirectDrawCreateClipper = GetProcAddress(g_hmodDirectDraw, in winGetDDProcAddresses()
249 if (!fReturn && g_hmodDirectDraw != NULL) { in winGetDDProcAddresses()
250 FreeLibrary(g_hmodDirectDraw); in winGetDDProcAddresses()
251 g_hmodDirectDraw = NULL; in winGetDDProcAddresses()
260 if (g_hmodDirectDraw != NULL) { in winReleaseDDProcAddresses()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog104097 Cygwin/X: Make g_hmodDirectDraw static
104100 handle, so g_hmodDirectDraw can be made static