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

1 2 3 4

  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.h 32 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
SDL_nullvideo.h 30 #define _THIS SDL_VideoDevice *this
SDL_nullvideo.c 79 static void DUMMY_DeleteDevice(SDL_VideoDevice *device)
85 static SDL_VideoDevice *DUMMY_CreateDevice(int devindex)
87 SDL_VideoDevice *device;
90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataridevmouse_c.h 36 #define _THIS SDL_VideoDevice *this
SDL_biosevents_c.h 36 #define _THIS SDL_VideoDevice *this
SDL_gemdosevents_c.h 36 #define _THIS SDL_VideoDevice *this
SDL_ikbdevents_c.h 36 #define _THIS SDL_VideoDevice *this
SDL_xbiosevents_c.h 36 #define _THIS SDL_VideoDevice *this
SDL_atarievents_c.h 36 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.h 31 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.h 29 #define _THIS SDL_VideoDevice *_this
34 struct SDL_VideoDevice;
35 void DisableKeyBlocking(SDL_VideoDevice*);
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.h 32 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.h 38 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/
SDL_epocevents_c.h 51 #define _THIS SDL_VideoDevice *_this
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuvfuncs.h 30 #define _THIS SDL_VideoDevice *_this
SDL_gamma.c 96 SDL_VideoDevice *video = current_video;
97 SDL_VideoDevice *this = current_video;
122 SDL_VideoDevice *video = current_video;
123 SDL_VideoDevice *this = current_video;
147 SDL_VideoDevice *video = current_video;
148 SDL_VideoDevice *this = current_video;
198 SDL_VideoDevice *video = current_video;
199 SDL_VideoDevice *this = current_video;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 32 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_gapidibvideo.h 31 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.h 32 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.h 31 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m 86 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video;
112 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video;
161 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_lowvideo.h 32 #define _THIS SDL_VideoDevice *_this
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.h 40 #define _THIS SDL_VideoDevice *_this
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.h 36 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 38 #define _THIS SDL_VideoDevice *this

Completed in 144 milliseconds

1 2 3 4