Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.h61 int (*glXSwapIntervalSGI) (int); member
A DSDL_x11opengl.c412 _this->gl_data->glXSwapIntervalSGI = in X11_GL_InitExtensions()
884 } else if (_this->gl_data->glXSwapIntervalSGI) { in X11_GL_SetSwapInterval()
885 status = _this->gl_data->glXSwapIntervalSGI(interval); in X11_GL_SetSwapInterval()

Completed in 3 milliseconds