Home
last modified time | relevance | path

Searched refs:share_context (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclopengles.c76 PP_Resource context, share_context = 0; in NACL_GLES_CreateContext() local
82 share_context = (PP_Resource) SDL_GL_GetCurrentContext(); in NACL_GLES_CreateContext()
128 context = driverdata->ppb_graphics->Create(driverdata->instance, share_context, attribs); in NACL_GLES_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c86 share_context,
681 GLXContext context = NULL, share_context; in X11_GL_CreateContext() local
684 share_context = (GLXContext)SDL_GL_GetCurrentContext(); in X11_GL_CreateContext()
686 share_context = NULL; in X11_GL_CreateContext()
705 _this->gl_data->glXCreateContext(display, vinfo, share_context, True); in X11_GL_CreateContext()
783 share_context, True, attribs); in X11_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c669 HGLRC context, share_context; in WIN_GL_CreateContext() local
697 share_context = (HGLRC)SDL_GL_GetCurrentContext(); in WIN_GL_CreateContext()
699 share_context = 0; in WIN_GL_CreateContext()
707 if( share_context != 0 ) { in WIN_GL_CreateContext()
708 _this->gl_data->wglShareLists(share_context, context); in WIN_GL_CreateContext()
776 context = wglCreateContextAttribsARB(hdc, share_context, attribs); in WIN_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m187 NSOpenGLContext *share_context = nil;
291 share_context = (NSOpenGLContext*)SDL_GL_GetCurrentContext();
294 context = [[SDLOpenGLContext alloc] initWithFormat:fmt shareContext:share_context];
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c840 EGLContext egl_context, share_context = EGL_NO_CONTEXT; in SDL_EGL_CreateContext() local
852 share_context = (EGLContext)SDL_GL_GetCurrentContext(); in SDL_EGL_CreateContext()
941 share_context, attribs); in SDL_EGL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Degl.h123 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h604 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …

Completed in 29 milliseconds