Searched refs:SDL_EGL_CreateContext (Results 1 – 6 of 6) sorted by relevance
97 extern SDL_GLContext SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface);123 return SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface);\
421 SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface) in SDL_EGL_CreateContext() function
59 context = SDL_EGL_CreateContext(_this, mir_window->egl_surface); in MIR_GL_CreateContext()
51 context = SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Wayland_GLES_CreateContext()
98 context = SDL_EGL_CreateContext(_this, data->egl_surface); in X11_GLES_CreateContext()
89 context = SDL_EGL_CreateContext(_this, data->egl_surface); in WIN_GLES_CreateContext()