HomeSort by relevance Sort by last modified time
    Searched refs:PumpEvents (Results 1 - 25 of 35) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarievents.c 83 this->PumpEvents=AtariIkbd_PumpEvents;
88 this->PumpEvents=AtariGemdos_PumpEvents;
101 this->PumpEvents=AtariIkbd_PumpEvents;
107 this->PumpEvents=AtariGemdos_PumpEvents;
113 this->PumpEvents=AtariBios_PumpEvents;
173 this->PumpEvents(this);
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 107 video->PumpEvents(this);
374 video->PumpEvents(this);
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 128 device->PumpEvents = DUMMY_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 103 if (this->PumpEvents != WIMP_PumpEvents) return;
SDL_wimpvideo.c 243 this->PumpEvents = WIMP_PumpEvents;
SDL_riscosFullScreenVideo.c 289 this->PumpEvents = FULLSCREEN_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 274 void (*PumpEvents)(_THIS);
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 116 device->PumpEvents = AA_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 126 device->PumpEvents = DC_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 129 device->PumpEvents = GGI_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 151 this->PumpEvents = iPod_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 129 device->PumpEvents = PG_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 132 device->PumpEvents = QT_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 142 device -> PumpEvents = NX_PumpEvents ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 127 this->PumpEvents = GS_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 149 device->PumpEvents = SVGA_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 131 device->PumpEvents = WSCONS_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 149 device->PumpEvents = BE_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 181 device->PumpEvents = Mac_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 124 device->PumpEvents = ph_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 156 device->PumpEvents = VGL_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 190 device->PumpEvents = Atari_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 245 device->PumpEvents = amiga_PumpEvents;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 163 device->PumpEvents = DGA_PumpEvents;
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 176 device->PumpEvents = EPOC_PumpEvents;

Completed in 516 milliseconds

1 2