Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.h52 XVisualInfo *(*glXChooseVisual) (Display*,int,int*); member
A DSDL_x11opengl.c202 _this->gl_data->glXChooseVisual = in X11_GL_LoadLibrary()
222 !_this->gl_data->glXChooseVisual || in X11_GL_LoadLibrary()
611 vinfo = _this->gl_data->glXChooseVisual(display, screen, attribs); in X11_GL_GetVisual()
615 vinfo = _this->gl_data->glXChooseVisual(display, screen, attribs); in X11_GL_GetVisual()

Completed in 4 milliseconds