Home
last modified time | relevance | path

Searched refs:SDL_LOG_CATEGORY_ERROR (Results 1 – 4 of 4) 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()
46 SDL_LogDebug(SDL_LOG_CATEGORY_ERROR, "%s", error->str); in SDL_SetError()
/AliOS-Things-master/components/SDL2/include/
A DSDL_log.h67 SDL_LOG_CATEGORY_ERROR, enumerator
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.h83 #define SDL_DFB_ERR(x...) SDL_LogError(SDL_LOG_CATEGORY_ERROR, x)
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c180 SDL_LogSetPriority(SDL_LOG_CATEGORY_ERROR, SDL_LOG_PRIORITY_VERBOSE); in SDLTest_CommonArg()

Completed in 6 milliseconds