Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl_c.h98 extern int SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context);
113 …return SDL_EGL_MakeCurrent(_this, ((SDL_WindowData *) window->driverdata)->egl_surface, context); \
116 return SDL_EGL_MakeCurrent(_this, NULL, NULL);\
DSDL_egl.c506 if (SDL_EGL_MakeCurrent(_this, egl_surface, egl_context) < 0) { in SDL_EGL_CreateContext()
516 SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context) in SDL_EGL_MakeCurrent() function
585 SDL_EGL_MakeCurrent(_this, NULL, NULL); in SDL_EGL_DeleteContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_miropengl.c47 return SDL_EGL_MakeCurrent(_this, egl_surface, context); in MIR_GL_MakeCurrent()
50 return SDL_EGL_MakeCurrent(_this, NULL, NULL); in MIR_GL_MakeCurrent()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandopengles.c71 … ret = SDL_EGL_MakeCurrent(_this, ((SDL_WindowData *) window->driverdata)->egl_surface, context); in Wayland_GLES_MakeCurrent()
74 ret = SDL_EGL_MakeCurrent(_this, NULL, NULL); in Wayland_GLES_MakeCurrent()
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c273 SDL_EGL_MakeCurrent(_this, NULL, NULL); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceDestroyed()