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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinengine.c47 static HMODULE g_hmodDirectDraw = NULL; variable in typeref:typename:HMODULE
61 if (g_hmodDirectDraw != NULL) {
214 g_hmodDirectDraw = LoadLibraryEx("ddraw.dll", NULL, 0);
215 if (g_hmodDirectDraw == NULL) {
222 g_fpDirectDrawCreate = GetProcAddress(g_hmodDirectDraw, "DirectDrawCreate");
231 g_fpDirectDrawCreateClipper = GetProcAddress(g_hmodDirectDraw,
246 if (!fReturn && g_hmodDirectDraw != NULL) {
247 FreeLibrary(g_hmodDirectDraw);
248 g_hmodDirectDraw = NULL;
257 if (g_hmodDirectDraw !
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinengine.c47 static HMODULE g_hmodDirectDraw = NULL; variable in typeref:typename:HMODULE
86 if (g_hmodDirectDraw != NULL)
297 g_hmodDirectDraw = LoadLibraryEx ("ddraw.dll", NULL, 0);
298 if (g_hmodDirectDraw == NULL)
306 g_fpDirectDrawCreate = GetProcAddress (g_hmodDirectDraw,
317 g_fpDirectDrawCreateClipper = GetProcAddress (g_hmodDirectDraw,
333 if (!fReturn && g_hmodDirectDraw != NULL)
335 FreeLibrary (g_hmodDirectDraw);
336 g_hmodDirectDraw = NULL;
345 if (g_hmodDirectDraw !
[all...]

Completed in 4 milliseconds