Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11gl_c.h35 GLXContext glx_context; /* Current GL context */ member
83 #define glx_context (this->gl_data->glx_context) macro
DSDL_x11gl.c268 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()