Searched refs:SDL_main_func (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_main.h | 121 typedef int (*SDL_main_func)(int argc, char *argv[]); typedef 155 extern DECLSPEC int SDLCALL SDL_WinRTRunApp(SDL_main_func mainFunction, void * reserved); 169 extern DECLSPEC int SDLCALL SDL_UIKitRunApp(int argc, char *argv[], SDL_main_func mainFunction);
|
/AliOS-Things-master/components/SDL2/src/core/winrt/ |
A D | SDL_winrtapp_common.cpp | 33 SDL_WinRTRunApp(SDL_main_func mainFunction, void * xamlBackgroundPanel) in SDL_WinRTRunApp()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitappdelegate.m | 41 static SDL_main_func forward_main; 54 int SDL_UIKitRunApp(int argc, char *argv[], SDL_main_func mainFunction)
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 704 typedef int (*SDL_main_func)(int argc, char *argv[]); typedef 733 SDL_main_func SDL_main; in SDL_JAVA_INTERFACE() 736 SDL_main = (SDL_main_func)dlsym(library_handle, function_name); in SDL_JAVA_INTERFACE()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 771 SDL_DYNAPI_PROC(int,SDL_UIKitRunApp,(int a, char *b, SDL_main_func c),(a,b,c),return)
|
Completed in 27 milliseconds