Searched refs:SDL_EGL_MakeCurrent (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl_c.h | 98 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);\
|
D | SDL_egl.c | 506 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/ |
D | SDL_miropengl.c | 47 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/ |
D | SDL_waylandopengles.c | 71 … 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/ |
D | SDL_android.c | 273 SDL_EGL_MakeCurrent(_this, NULL, NULL); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceDestroyed()
|