Home
last modified time | relevance | path

Searched refs:SDL_DYNAMIC_API (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi.h38 #ifdef SDL_DYNAMIC_API /* Tried to force it on the command line? */
47 #define SDL_DYNAMIC_API 0 macro
49 #define SDL_DYNAMIC_API 0 macro
51 #define SDL_DYNAMIC_API 0 macro
53 #define SDL_DYNAMIC_API 0 macro
55 #define SDL_DYNAMIC_API 0 macro
57 #define SDL_DYNAMIC_API 0 macro
59 #define SDL_DYNAMIC_API 0 /* Turn off for static analysis, so reports are more clear. */ macro
63 #ifndef SDL_DYNAMIC_API
64 #define SDL_DYNAMIC_API 1 macro
A DSDL_dynapi.c25 #if SDL_DYNAMIC_API
A DSDL_dynapi_overrides.h26 #if !SDL_DYNAMIC_API
/AliOS-Things-master/components/SDL2/include/
A DSDL_thread.h131 #if defined(SDL_CreateThread) && SDL_DYNAMIC_API
173 #if defined(SDL_CreateThread) && SDL_DYNAMIC_API
/AliOS-Things-master/components/SDL2/src/
A DSDL_internal.h44 #if SDL_DYNAMIC_API
/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c297 #if SDL_DYNAMIC_API
/AliOS-Things-master/components/SDL2/docs/
A DREADME-dynapi.md64 export SDL_DYNAMIC_API=/my/actual/libSDL-2.0.so.0

Completed in 16 milliseconds