Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi.c65 #define SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, logname, prio) \ macro
102 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Verbose, VERBOSE) \
103 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Debug, DEBUG) \
104 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Info, INFO) \
105 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Warn, WARN) \
106 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Error, ERROR) \
107 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Critical, CRITICAL)

Completed in 3 milliseconds