Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl_c.h131 extern SDL_GLContext SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface);
156 return SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface);\
A DSDL_egl.c834 SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface) in SDL_EGL_CreateContext() function
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidgl.c56 ret = SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Android_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenopengl.c56 context = SDL_EGL_CreateContext(_this, offscreen_window->egl_surface); in OFFSCREEN_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandopengles.c56 context = SDL_EGL_CreateContext(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in Wayland_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengles.c100 context = SDL_EGL_CreateContext(_this, data->egl_surface); in X11_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c88 context = SDL_EGL_CreateContext(_this, data->egl_surface); in WIN_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengles.m88 context = SDL_EGL_CreateContext(_this, data->egl_surface);

Completed in 25 milliseconds