Searched refs:SDL_Instance (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_lowvideo.h78 extern HINSTANCE SDL_Instance;
H A DSDL_sysevents.c70 HINSTANCE SDL_Instance = NULL; variable
810 SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();
821 SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();
826 class.hIcon = LoadImage(SDL_Instance, SDL_Appname,
832 class.hInstance = SDL_Instance;
879 if ( GetClassInfo(SDL_Instance, SDL_Appname, &class) ) {
880 UnregisterClass(SDL_Appname, SDL_Instance);
H A DSDL_wingl.c59 NULL, NULL, SDL_Instance, NULL);
126 NULL, NULL, SDL_Instance, NULL);
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5events.c161 result = DInputCreate(SDL_Instance, DIRECTINPUT_VERSION,
882 CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, NULL, NULL, SDL_Instance, NULL);
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibevents.c560 CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, NULL, NULL, SDL_Instance, NULL);

Completed in 69 milliseconds