Searched refs:altErrorText (Results 1 – 1 of 1) sorted by relevance
138 char altErrorText[32]; in SDL_EGL_SetErrorEx() local141 SDL_snprintf(altErrorText, SDL_arraysize(altErrorText), "0x%x", (unsigned int)eglErrorCode); in SDL_EGL_SetErrorEx()142 errorText = altErrorText; in SDL_EGL_SetErrorEx()
Completed in 6 milliseconds