Searched refs:glx_context (Results 1 – 2 of 2) sorted by relevance
35 GLXContext glx_context; /* Current GL context */ member83 #define glx_context (this->gl_data->glx_context) macro
268 glx_context = this->gl_data->glXCreateContext(GFX_Display, in X11_GL_CreateContext()272 if ( glx_context == NULL ) { in X11_GL_CreateContext()320 if( glx_context ) { in X11_GL_Shutdown()323 if (glx_context != NULL) in X11_GL_Shutdown()324 this->gl_data->glXDestroyContext(GFX_Display, glx_context); in X11_GL_Shutdown()326 glx_context = NULL; in X11_GL_Shutdown()341 SDL_Window, glx_context) ) { in X11_GL_MakeCurrent()