Home
last modified time | relevance | path

Searched refs:glXCreateContext (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.h53 GLXContext (*glXCreateContext) (Display*,XVisualInfo*,GLXContext,Bool); member
A DSDL_x11opengl.c205 _this->gl_data->glXCreateContext = in X11_GL_LoadLibrary()
223 !_this->gl_data->glXCreateContext || in X11_GL_LoadLibrary()
371 context = _this->gl_data->glXCreateContext(display, vinfo, in X11_GL_InitExtensions()
705 _this->gl_data->glXCreateContext(display, vinfo, share_context, True); in X11_GL_CreateContext()

Completed in 5 milliseconds