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