Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/
A DSDL_error.c44 if (SDL_LogGetPriority(SDL_LOG_CATEGORY_ERROR) <= SDL_LOG_PRIORITY_DEBUG) { in SDL_SetError()
A DSDL_log.c132 SDL_LogGetPriority(int category) in SDL_LogGetPriority() function
281 if (priority < SDL_LogGetPriority(category)) { in SDL_LogMessageV()
/AliOS-Things-master/components/SDL2/include/
A DSDL_log.h128 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h237 #define SDL_LogGetPriority SDL_LogGetPriority_REAL macro
A DSDL_dynapi_procs.h268 SDL_DYNAPI_PROC(SDL_LogPriority,SDL_LogGetPriority,(int a),(a),return)

Completed in 10 milliseconds