HomeSort by relevance Sort by last modified time
    Searched refs:switch_time (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 146 Uint32 switch_time; member in struct:SDL_PrivateVideoData
207 #define switch_time (this->hidden->switch_time) macro
SDL_x11events.c 475 switch_time = SDL_GetTicks() + 1500;
493 switch_time = SDL_GetTicks() + 200;
934 switch_time = now + 1500;
936 switch_time = now + 200;
938 } else if ( (int)(switch_time-now) <= 0 ) {
    [all...]
SDL_x11modes.c 942 switch_time = SDL_GetTicks() + 1500;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 100 Uint32 switch_time; member in struct:SDL_PrivateVideoData
SDL_amigaevents.c 152 switch_time = SDL_GetTicks() + 1500;
161 switch_time = SDL_GetTicks() + 200;

Completed in 60 milliseconds