Go to the documentation of this file.
21 #include "../../SDL_internal.h"
23 #if SDL_VIDEO_DRIVER_PSP
35 #define EGLCHK(stmt) \
40 err = eglGetError(); \
41 if (err != EGL_SUCCESS) { \
42 SDL_SetError("EGL error %d", err); \
121 if (num_configs == 0)
123 SDL_SetError(
"No valid EGL configs for requested mode");
148 return SDL_SetError(
"Unable to make EGL context current");
164 return SDL_SetError(
"Unable to set the EGL swap interval");
189 SDL_SetError(
"PSP: GLES initialization failed, no OpenGL ES support");