Searched refs:SDL_EGL_MakeCurrent (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidgl.c | 43 … return SDL_EGL_MakeCurrent(_this, ((SDL_WindowData *) window->driverdata)->egl_surface, context); in Android_GLES_MakeCurrent() 45 return SDL_EGL_MakeCurrent(_this, NULL, NULL); in Android_GLES_MakeCurrent()
|
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenopengl.c | 44 return SDL_EGL_MakeCurrent(_this, egl_surface, context); in OFFSCREEN_GL_MakeCurrent() 47 return SDL_EGL_MakeCurrent(_this, NULL, NULL); in OFFSCREEN_GL_MakeCurrent()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandopengles.c | 85 … ret = SDL_EGL_MakeCurrent(_this, ((SDL_WindowData *) window->driverdata)->egl_surface, context); in Wayland_GLES_MakeCurrent() 88 ret = SDL_EGL_MakeCurrent(_this, NULL, NULL); in Wayland_GLES_MakeCurrent()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl_c.h | 132 extern int SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context); 150 …return SDL_EGL_MakeCurrent(_this, window ? ((SDL_WindowData *) window->driverdata)->egl_surface : …
|
A D | SDL_egl.c | 950 if (SDL_EGL_MakeCurrent(_this, egl_surface, egl_context) < 0) { in SDL_EGL_CreateContext() 998 SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context) in SDL_EGL_MakeCurrent() function
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 379 SDL_EGL_MakeCurrent(_this, EGL_NO_SURFACE, EGL_NO_CONTEXT); in KMSDRM_DestroySurfaces() 431 SDL_EGL_MakeCurrent(_this, windata->egl_surface, egl_context); in KMSDRM_CreateSurfaces()
|
Completed in 9 milliseconds