Searched refs:SDL_EGL_CreateContext (Results 1 – 8 of 8) sorted by relevance
131 extern SDL_GLContext SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface);156 return SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface);\
834 SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface) in SDL_EGL_CreateContext() function
56 ret = SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Android_GLES_CreateContext()
56 context = SDL_EGL_CreateContext(_this, offscreen_window->egl_surface); in OFFSCREEN_GL_CreateContext()
56 context = SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Wayland_GLES_CreateContext()
100 context = SDL_EGL_CreateContext(_this, data->egl_surface); in X11_GLES_CreateContext()
88 context = SDL_EGL_CreateContext(_this, data->egl_surface); in WIN_GLES_CreateContext()
88 context = SDL_EGL_CreateContext(_this, data->egl_surface);
Completed in 25 milliseconds