Lines Matching refs:g_hmodDirectDraw
47 static HMODULE g_hmodDirectDraw = NULL;
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 != NULL)
347 FreeLibrary (g_hmodDirectDraw);
348 g_hmodDirectDraw = NULL;