Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c137 const char * errorText = SDL_EGL_GetErrorName(eglErrorCode); in SDL_EGL_SetErrorEx() local
139 if (errorText[0] == '\0') { in SDL_EGL_SetErrorEx()
142 errorText = altErrorText; in SDL_EGL_SetErrorEx()
144 …_SetError("%s (call to %s failed, reporting an error of %s)", message, eglFunctionName, errorText); in SDL_EGL_SetErrorEx()
952 char errorText[1024]; in SDL_EGL_CreateContext() local
953 SDL_strlcpy(errorText, SDL_GetError(), SDL_arraysize(errorText)); in SDL_EGL_CreateContext()
959 SDL_SetError("%s", errorText); in SDL_EGL_CreateContext()

Completed in 3 milliseconds