OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Instance
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h
78
extern HINSTANCE
SDL_Instance
;
SDL_sysevents.c
70
HINSTANCE
SDL_Instance
= NULL;
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
);
SDL_wingl.c
59
NULL, NULL,
SDL_Instance
, NULL);
126
NULL, NULL,
SDL_Instance
, NULL);
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c
161
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/
SDL_dibevents.c
560
CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, NULL, NULL,
SDL_Instance
, NULL);
Completed in 396 milliseconds