Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.h50 Bool (*glXQueryExtension) (Display*,int*,int*); member
A DSDL_x11opengl.c196 _this->gl_data->glXQueryExtension = in X11_GL_LoadLibrary()
221 if (!_this->gl_data->glXQueryExtension || in X11_GL_LoadLibrary()
231 …if (!_this->gl_data->glXQueryExtension(display, &_this->gl_data->errorBase, &_this->gl_data->event… in X11_GL_LoadLibrary()

Completed in 4 milliseconds