Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl_c.h97 extern SDL_GLContext SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface);
123 return SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface);\
DSDL_egl.c421 SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface) in SDL_EGL_CreateContext() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_miropengl.c59 context = SDL_EGL_CreateContext(_this, mir_window->egl_surface); in MIR_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandopengles.c51 context = SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Wayland_GLES_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengles.c98 context = SDL_EGL_CreateContext(_this, data->egl_surface); in X11_GLES_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c89 context = SDL_EGL_CreateContext(_this, data->egl_surface); in WIN_GLES_CreateContext()