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

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarievents.c 78 this->PumpEvents=AtariIkbd_PumpEvents;
83 this->PumpEvents=AtariGemdos_PumpEvents;
96 this->PumpEvents=AtariIkbd_PumpEvents;
102 this->PumpEvents=AtariGemdos_PumpEvents;
108 this->PumpEvents=AtariBios_PumpEvents;
168 this->PumpEvents(this);
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.c 128 device->PumpEvents = DUMMY_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/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.15/src/events/
SDL_events.c 107 video->PumpEvents(this);
376 video->PumpEvents(this);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 274 void (*PumpEvents)(_THIS);
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 125 device->PumpEvents = Caca_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 116 device->PumpEvents = AA_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 126 device->PumpEvents = DC_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 129 device->PumpEvents = GGI_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 151 this->PumpEvents = iPod_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 150 device->PumpEvents = NDS_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 129 device->PumpEvents = PG_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 132 device->PumpEvents = QT_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 142 device -> PumpEvents = NX_PumpEvents ;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 127 this->PumpEvents = GS_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 130 this->PumpEvents = PS3_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 149 device->PumpEvents = SVGA_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 215 device->PumpEvents = EPOC_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 131 device->PumpEvents = WSCONS_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 148 device->PumpEvents = BE_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 181 device->PumpEvents = Mac_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 124 device->PumpEvents = ph_PumpEvents;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 155 device->PumpEvents = VGL_PumpEvents;

Completed in 390 milliseconds

1 2