Home | History | Annotate | Download | only in x11

Lines Matching refs:GFX_Display

69 	extensions = this->gl_data->glXQueryExtensionsString(GFX_Display,SDL_Screen);
199 glx_visualinfo = this->gl_data->glXChooseVisual(GFX_Display,
204 glx_visualinfo = this->gl_data->glXChooseVisual(GFX_Display,
261 glx_context = this->gl_data->glXCreateContext(GFX_Display,
263 XSync( GFX_Display, False );
304 this->gl_data->glXMakeCurrent(GFX_Display, None, NULL);
307 this->gl_data->glXDestroyContext(GFX_Display, glx_context);
323 if ( ! this->gl_data->glXMakeCurrent(GFX_Display,
328 XSync( GFX_Display, False );
393 retval = this->gl_data->glXGetConfig(GFX_Display, glx_visualinfo, glx_attrib, value);
416 retval = this->gl_data->glXGetConfig(GFX_Display, glx_visualinfo, glx_attrib, value);
423 this->gl_data->glXSwapBuffers(GFX_Display, SDL_Window);