HomeSort by relevance Sort by last modified time
    Searched defs:gl_active (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h 32 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/
SDL_atarigl_c.h 40 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/
SDL_wingl_c.h 30 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 35 milliseconds