Searched refs:glXMakeCurrent (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11opengl.c | 211 _this->gl_data->glXMakeCurrent = in X11_GL_LoadLibrary() 225 !_this->gl_data->glXMakeCurrent || in X11_GL_LoadLibrary() 374 _this->gl_data->glXMakeCurrent(display, w, context); in X11_GL_InitExtensions() 464 _this->gl_data->glXMakeCurrent(display, None, NULL); in X11_GL_InitExtensions() 467 _this->gl_data->glXMakeCurrent(display, prev_drawable, prev_ctx); in X11_GL_InitExtensions() 828 rc = _this->gl_data->glXMakeCurrent(display, drawable, glx_context); in X11_GL_MakeCurrent()
|
A D | SDL_x11opengl.h | 57 Bool(*glXMakeCurrent) (Display*,GLXDrawable,GLXContext); member
|
Completed in 4 milliseconds