Searched refs:EGLCHK (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspgl.c | 35 #define EGLCHK(stmt) \ macro 94 EGLCHK(display = eglGetDisplay(0)); in PSP_GL_CreateContext() 95 EGLCHK(eglInitialize(display, NULL, NULL)); in PSP_GL_CreateContext() 123 EGLCHK(eglChooseConfig(display, attribs, &config, 1, &num_configs)); in PSP_GL_CreateContext() 131 EGLCHK(eglGetConfigAttrib(display, config, EGL_WIDTH, &width)); in PSP_GL_CreateContext() 132 EGLCHK(eglGetConfigAttrib(display, config, EGL_HEIGHT, &height)); in PSP_GL_CreateContext() 134 EGLCHK(context = eglCreateContext(display, config, NULL, NULL)); in PSP_GL_CreateContext() 135 EGLCHK(surface = eglCreateWindowSurface(display, config, 0, NULL)); in PSP_GL_CreateContext() 136 EGLCHK(eglMakeCurrent(display, surface, surface, context)); in PSP_GL_CreateContext()
|
D | SDL_pspvideo.c | 204 #define EGLCHK(stmt) \ macro
|