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.15/src/video/wincommon/
SDL_lowvideo.h
87
extern HINSTANCE
SDL_Instance
;
SDL_sysevents.c
74
HINSTANCE
SDL_Instance
= NULL;
734
SDL_Instance
= hInst ? hInst : SDL_GetModuleHandle();
745
SDL_Instance
= hInst ? hInst : SDL_GetModuleHandle();
750
class.hIcon = LoadImage(
SDL_Instance
, SDL_Appname,
756
class.hInstance =
SDL_Instance
;
808
if ( GetClassInfo(
SDL_Instance
, SDL_Appname, &class) ) {
809
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.15/src/video/windx5/
SDL_dx5events.c
166
result = DInputCreate(
SDL_Instance
, DIRECTINPUT_VERSION,
964
CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, NULL, NULL,
SDL_Instance
, NULL);
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c
673
CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, NULL, NULL,
SDL_Instance
, NULL);
Completed in 3787 milliseconds