/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclopengles.h | 29 extern SDL_GLContext NACL_GLES_CreateContext(_THIS, SDL_Window * window); 30 extern int NACL_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 34 extern void NACL_GLES_DeleteContext(_THIS, SDL_GLContext context);
|
A D | SDL_naclopengles.c | 63 NACL_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext sdl_context) in NACL_GLES_MakeCurrent() 72 SDL_GLContext 132 SDL_GL_MakeCurrent(window, (SDL_GLContext) context); in NACL_GLES_CreateContext() 135 return (SDL_GLContext) context; in NACL_GLES_CreateContext() 166 NACL_GLES_DeleteContext(_THIS, SDL_GLContext context) in NACL_GLES_DeleteContext()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitopengles.h | 29 SDL_GLContext context); 33 extern SDL_GLContext UIKit_GL_CreateContext(_THIS, SDL_Window * window); 34 extern void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaopengles.h | 39 extern SDL_GLContext Cocoa_GLES_CreateContext(_THIS, SDL_Window * window); 41 extern int Cocoa_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 42 extern void Cocoa_GLES_DeleteContext(_THIS, SDL_GLContext context);
|
A D | SDL_cocoaopengl.h | 61 extern SDL_GLContext Cocoa_GL_CreateContext(_THIS, SDL_Window * window); 63 SDL_GLContext context); 69 extern void Cocoa_GL_DeleteContext(_THIS, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsopengles.h | 39 extern SDL_GLContext WIN_GLES_CreateContext(_THIS, SDL_Window * window); 41 extern int WIN_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 42 extern void WIN_GLES_DeleteContext(_THIS, SDL_GLContext context);
|
A D | SDL_windowsopengles.c | 60 SDL_GLContext 63 SDL_GLContext context; in WIN_GLES_CreateContext() 93 WIN_GLES_DeleteContext(_THIS, SDL_GLContext context) in WIN_GLES_DeleteContext() 108 SDL_GLContext current_ctx = SDL_GL_GetCurrentContext(); in SDL_EGL_MakeCurrent_impl()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bopengl.h | 38 SDL_GLContext context); 42 extern SDL_GLContext HAIKU_GL_CreateContext(_THIS, SDL_Window * window); 43 extern void HAIKU_GL_DeleteContext(_THIS, SDL_GLContext context);
|
A D | SDL_bopengl.cc | 94 int HAIKU_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) { in HAIKU_GL_MakeCurrent() 101 SDL_GLContext HAIKU_GL_CreateContext(_THIS, SDL_Window * window) { in HAIKU_GL_CreateContext() 127 return (SDL_GLContext)(bwin); in HAIKU_GL_CreateContext() 130 void HAIKU_GL_DeleteContext(_THIS, SDL_GLContext context) { in HAIKU_GL_DeleteContext()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandopengles.h | 42 extern SDL_GLContext Wayland_GLES_CreateContext(_THIS, SDL_Window * window); 44 extern int Wayland_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 46 extern void Wayland_GLES_DeleteContext(_THIS, SDL_GLContext context);
|
A D | SDL_waylandopengles.c | 52 SDL_GLContext 55 SDL_GLContext context; in Wayland_GLES_CreateContext() 80 Wayland_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in Wayland_GLES_MakeCurrent() 114 Wayland_GLES_DeleteContext(_THIS, SDL_GLContext context) in Wayland_GLES_DeleteContext()
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | sdl_qnx.h | 41 extern SDL_GLContext glCreateContext(_THIS, SDL_Window *window); 44 extern int glMakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 45 extern void glDeleteContext(_THIS, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_opengl.h | 48 extern SDL_GLContext DirectFB_GL_CreateContext(_THIS, SDL_Window * window); 50 SDL_GLContext context); 54 extern void DirectFB_GL_DeleteContext(_THIS, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidgl.c | 40 Android_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) in Android_GLES_MakeCurrent() 49 SDL_GLContext 52 SDL_GLContext ret; in Android_GLES_CreateContext()
|
A D | SDL_androidgl.h | 26 SDL_GLContext Android_GLES_CreateContext(_THIS, SDL_Window * window); 27 int Android_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenopengl.c | 40 OFFSCREEN_GL_MakeCurrent(_THIS, SDL_Window* window, SDL_GLContext context) in OFFSCREEN_GL_MakeCurrent() 50 SDL_GLContext 55 SDL_GLContext context; in OFFSCREEN_GL_CreateContext()
|
A D | SDL_offscreenopengl.h | 37 OFFSCREEN_GL_MakeCurrent(_THIS, SDL_Window* window, SDL_GLContext context); 39 extern SDL_GLContext
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_egl_c.h | 122 extern void SDL_EGL_DeleteContext(_THIS, SDL_GLContext context); 131 extern SDL_GLContext SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface); 132 extern int SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context); 148 BACKEND ## _GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context) \ 153 #define SDL_EGL_CreateContext_impl(BACKEND) SDL_GLContext \
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengl.h | 72 extern SDL_GLContext X11_GL_CreateContext(_THIS, SDL_Window * window); 74 SDL_GLContext context); 78 extern void X11_GL_DeleteContext(_THIS, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivanteopengles.h | 40 extern SDL_GLContext VIVANTE_GLES_CreateContext(_THIS, SDL_Window * window); 42 extern int VIVANTE_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.h | 91 SDL_GLContext PND_gl_createcontext(_THIS, SDL_Window * window); 92 int PND_gl_makecurrent(_THIS, SDL_Window * window, SDL_GLContext context); 96 void PND_gl_deletecontext(_THIS, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.h | 95 SDL_GLContext RPI_GLES_CreateContext(_THIS, SDL_Window * window); 96 int RPI_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 100 void RPI_GLES_DeleteContext(_THIS, SDL_GLContext context);
|
A D | SDL_rpiopengles.h | 40 extern SDL_GLContext RPI_GLES_CreateContext(_THIS, SDL_Window * window); 42 extern int RPI_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmopengles.h | 40 extern SDL_GLContext KMSDRM_GLES_CreateContext(_THIS, SDL_Window * window); 42 extern int KMSDRM_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspvideo.h | 87 SDL_GLContext PSP_GL_CreateContext(_THIS, SDL_Window * window); 88 int PSP_GL_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 92 void PSP_GL_DeleteContext(_THIS, SDL_GLContext context);
|