Searched refs:errorText (Results 1 – 1 of 1) sorted by relevance
137 const char * errorText = SDL_EGL_GetErrorName(eglErrorCode); in SDL_EGL_SetErrorEx() local139 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() local953 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