Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c211 _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 DSDL_x11opengl.h57 Bool(*glXMakeCurrent) (Display*,GLXDrawable,GLXContext); member

Completed in 4 milliseconds