Searched refs:gl_active (Results 1 - 8 of 8) 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
H A DSDL_x11gl.c279 gl_active = 1;
308 if ( gl_active ) {
328 gl_active = 0;
494 if ( gl_active ) {
/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
H A DSDL_atarigl.c82 gl_active = InitOld(this, current);
84 gl_active = InitNew(this, current);
88 return (gl_active);
118 gl_active = 0;
129 if (gl_active) {
259 if (!gl_active) {
315 if (gl_oldmesa && gl_active) {
326 if (!gl_active) {
356 if (gl_active) {
/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
H A DSDL_wingl.c343 gl_active = 1;
380 if ( gl_active ) {
401 gl_active = 0;
599 if ( gl_active ) {
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c1108 if (gl_active) {
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c1072 if (gl_active) {

Completed in 141 milliseconds