Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.h63 int (*glXGetSwapIntervalMESA) (void); member
A DSDL_x11opengl.c405 _this->gl_data->glXGetSwapIntervalMESA = in X11_GL_InitExtensions()
922 } else if (_this->gl_data->glXGetSwapIntervalMESA) { in X11_GL_GetSwapInterval()
923 return _this->gl_data->glXGetSwapIntervalMESA(); in X11_GL_GetSwapInterval()

Completed in 92 milliseconds