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

/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11gl_c.h35 GLXContext glx_context; /* Current GL context */ member in struct:SDL_PrivateGLData
83 #define glx_context (this->gl_data->glx_context) macro
H A DSDL_x11gl.c261 glx_context = this->gl_data->glXCreateContext(GFX_Display,
265 if ( glx_context == NULL ) {
303 if( glx_context ) {
306 if (glx_context != NULL)
307 this->gl_data->glXDestroyContext(GFX_Display, glx_context);
309 glx_context = NULL;
324 SDL_Window, glx_context) ) {

Completed in 66 milliseconds