HomeSort by relevance Sort by last modified time
    Searched refs:SDL_VideoDevice (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_lowvideo.h 31 #define _THIS SDL_VideoDevice *_this
SDL_sysvideo.cc 79 static void QT_DeleteDevice(SDL_VideoDevice *device)
85 static SDL_VideoDevice *QT_CreateDevice(int devindex)
87 SDL_VideoDevice *device;
90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 41 typedef struct SDL_VideoDevice SDL_VideoDevice;
44 #define _THIS SDL_VideoDevice *_this
48 struct SDL_VideoDevice {
332 SDL_VideoDevice *(*create)(int devindex);
427 extern SDL_VideoDevice *current_video;
SDL_cursor.c 111 SDL_VideoDevice *video = current_video;
170 SDL_VideoDevice *video = current_video;
171 SDL_VideoDevice *this = current_video;
246 SDL_VideoDevice *video = current_video;
247 SDL_VideoDevice *this = current_video;
279 SDL_VideoDevice *video = current_video;
280 SDL_VideoDevice *this = current_video;
295 SDL_VideoDevice *video = current_video;
296 SDL_VideoDevice *this = current_video;
323 SDL_VideoDevice *video = current_video
    [all...]
SDL_surface.c 41 SDL_VideoDevice *video = current_video;
42 SDL_VideoDevice *this = current_video;
200 SDL_VideoDevice *video = current_video;
201 SDL_VideoDevice *this = current_video;
251 SDL_VideoDevice *video = current_video;
252 SDL_VideoDevice *this = current_video;
555 SDL_VideoDevice *video = current_video;
556 SDL_VideoDevice *this = current_video;
741 SDL_VideoDevice *video = current_video;
742 SDL_VideoDevice *this = current_video
    [all...]
SDL_yuv.c 35 SDL_VideoDevice *video = current_video;
36 SDL_VideoDevice *this = current_video;
SDL_blit.c 276 SDL_VideoDevice *video = current_video;
277 SDL_VideoDevice *this = current_video;
287 SDL_VideoDevice *video = current_video;
288 SDL_VideoDevice *this = current_video;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 88 static void RISCOS_DeleteDevice(SDL_VideoDevice *device)
94 static SDL_VideoDevice *RISCOS_CreateDevice(int devindex)
96 SDL_VideoDevice *device;
99 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 58 static struct SDL_VideoDevice *local_this;
67 static void AA_DeleteDevice(SDL_VideoDevice *device)
73 static SDL_VideoDevice *AA_CreateDevice(int devindex)
75 SDL_VideoDevice *device;
78 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 46 #define _THIS SDL_VideoDevice *this
103 static void iPod_DeleteDevice (SDL_VideoDevice *device)
111 static SDL_VideoDevice *iPod_CreateDevice (int devindex)
113 SDL_VideoDevice *this;
115 this = (SDL_VideoDevice *)SDL_malloc (sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgevents.c 69 SDL_VideoDevice *this = (SDL_VideoDevice *) evt->extra;
SDL_pgvideo.c 81 static void PG_DeleteDevice(SDL_VideoDevice *device)
87 static SDL_VideoDevice *PG_CreateDevice(int devindex)
89 SDL_VideoDevice *device;
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 102 SDL_VideoDevice *video = current_video;
103 SDL_VideoDevice *this = current_video;
369 SDL_VideoDevice *video = current_video;
370 SDL_VideoDevice *this = current_video;
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h 46 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.h 42 #define _THIS SDL_VideoDevice * this
SDL_nxvideo.c 65 static void NX_DeleteDevice (SDL_VideoDevice * device)
78 static SDL_VideoDevice * NX_CreateDevice (int devindex)
80 SDL_VideoDevice * device ;
85 device = (SDL_VideoDevice *) SDL_malloc (sizeof (SDL_VideoDevice)) ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.h 37 #define _THIS SDL_VideoDevice *this
SDL_gsvideo.c 74 static void GS_DeleteDevice(SDL_VideoDevice *device)
80 static SDL_VideoDevice *GS_CreateDevice(int devindex)
82 SDL_VideoDevice *this;
85 this = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 70 static void DC_DeleteDevice(SDL_VideoDevice *device)
76 static SDL_VideoDevice *DC_CreateDevice(int devindex)
78 SDL_VideoDevice *device;
81 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 81 static void GGI_DeleteDevice(SDL_VideoDevice *device)
87 static SDL_VideoDevice *GGI_CreateDevice(int devindex)
89 SDL_VideoDevice *device;
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 54 #define _THIS SDL_VideoDevice *this
164 struct SDL_VideoDevice *videodata;
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 36 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 40 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 52 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 31 #define _THIS SDL_VideoDevice *this

Completed in 756 milliseconds

12 3 4