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

  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 280 GrafPtr savePort;
296 GetPort(&savePort);
337 SetPort(savePort);
362 GrafPtr savePort;
381 GetPort(&savePort);
407 SetPort(savePort);
423 SetPort(savePort);
633 GrafPtr saveport; local
641 GetPort(&saveport);
668 SetPort(saveport);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 681 GrafPtr savePort;
683 GetPort (&savePort);
717 SetPort (savePort);
    [all...]

Completed in 246 milliseconds