Searched refs:SDL_EGL_SetErrorEx (Results 1 – 2 of 2) sorted by relevance
136 extern int SDL_EGL_SetErrorEx(const char * message, const char * eglFunctionName, EGLint eglErrorCo…137 #define SDL_EGL_SetError(message, eglFunctionName) SDL_EGL_SetErrorEx(message, eglFunctionName, _th…
135 int SDL_EGL_SetErrorEx(const char * message, const char * eglFunctionName, EGLint eglErrorCode) in SDL_EGL_SetErrorEx() function
Completed in 4 milliseconds