Home
last modified time | relevance | path

Searched defs:SDLCALL (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A Dbegin_code.h82 #define SDLCALL __cdecl macro
84 #define SDLCALL _System macro
89 #define SDLCALL macro
A DSDL_rwops.h91 int (SDLCALL * close) (struct SDL_RWops * context); member
/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread_c.h63 int (SDLCALL * userfunc) (void *); member
77 void (SDLCALL *destructor)(void*); member
A DSDL_thread.c265 int (SDLCALL * userfunc) (void *) = thread->userfunc; in SDL_RunThread() local
/AliOS-Things-master/components/SDL2/src/image/
A DIMG.c35 int (SDLCALL *is)(SDL_RWops *src); member
36 SDL_Surface *(SDLCALL *load)(SDL_RWops *src); member
/AliOS-Things-master/components/SDL2/src/
A DSDL_internal.h49 #define SDLCALL macro

Completed in 7 milliseconds