Searched defs:gl_active (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gl_c.h32 int gl_active; /* to stop switching drivers while we have a valid context */ member in struct:SDL_PrivateGLData
82 #define gl_active (this->gl_data->gl_active) macro
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl_c.h40 int gl_active; /* to stop switching drivers while we have a valid context */ member in struct:SDL_PrivateGLData
83 #define gl_active (this->gl_data->gl_active) macro
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl_c.h30 int gl_active; /* to stop switching drivers while we have a valid context */ member in struct:SDL_PrivateGLData
58 #define gl_active (this->gl_data->gl_active) macro

Completed in 192 milliseconds