Searched refs:EGLCHK (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspgl.c | 35 #define EGLCHK(stmt) \ macro 90 EGLCHK(display = eglGetDisplay(0)); in PSP_GL_CreateContext() 91 EGLCHK(eglInitialize(display, NULL, NULL)); in PSP_GL_CreateContext() 119 EGLCHK(eglChooseConfig(display, attribs, &config, 1, &num_configs)); in PSP_GL_CreateContext() 127 EGLCHK(eglGetConfigAttrib(display, config, EGL_WIDTH, &width)); in PSP_GL_CreateContext() 128 EGLCHK(eglGetConfigAttrib(display, config, EGL_HEIGHT, &height)); in PSP_GL_CreateContext() 130 EGLCHK(context = eglCreateContext(display, config, NULL, NULL)); in PSP_GL_CreateContext() 131 EGLCHK(surface = eglCreateWindowSurface(display, config, 0, NULL)); in PSP_GL_CreateContext() 132 EGLCHK(eglMakeCurrent(display, surface, surface, context)); in PSP_GL_CreateContext()
|
A D | SDL_pspvideo.c | 206 #define EGLCHK(stmt) \ macro
|
Completed in 3 milliseconds