Home
last modified time | relevance | path

Searched refs:SDL_EGL_MakeCurrent (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidgl.c43 … 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 DSDL_offscreenopengl.c44 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 DSDL_waylandopengles.c85 … 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 DSDL_egl_c.h132 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 DSDL_egl.c950 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 DSDL_kmsdrmvideo.c379 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