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

1 2 34

  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 113 static void DIB_DeleteDevice(SDL_VideoDevice *device)
126 static SDL_VideoDevice *DIB_CreateDevice(int devindex)
128 SDL_VideoDevice *device;
131 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 90 static void X11_DeleteDevice(SDL_VideoDevice *device)
104 static SDL_VideoDevice *X11_CreateDevice(int devindex)
106 SDL_VideoDevice *device = NULL;
110 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
    [all...]
SDL_x11wm.c 587 SDL_VideoDevice *this = current_video;
SDL_x11events.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 386 SDL_VideoDevice *pVideo = NULL;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 165 SDL_VideoDevice *view = current_video;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxaccel.c 206 struct SDL_VideoDevice *this=src->hwdata->videodata;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 49 static SDL_VideoDevice* QZ_CreateDevice (int device_index);
50 static void QZ_DeleteDevice (SDL_VideoDevice *device);
99 static SDL_VideoDevice* QZ_CreateDevice (int device_index) {
103 SDL_VideoDevice *device;
106 device = (SDL_VideoDevice*) SDL_malloc (sizeof (*device) );
170 static void QZ_DeleteDevice (SDL_VideoDevice *device) {
    [all...]
SDL_QuartzEvents.m 668 SDL_VideoDevice *this = (SDL_VideoDevice*)refcon;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 207 static void FB_DeleteDevice(SDL_VideoDevice *device)
213 static SDL_VideoDevice *FB_CreateDevice(int devindex)
215 SDL_VideoDevice *this;
218 this = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 538 static void DX5_DeleteDevice(SDL_VideoDevice *this)
556 static SDL_VideoDevice *DX5_CreateDevice(int devindex)
558 SDL_VideoDevice *device;
566 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
653 SDL_VideoDevice *this = (SDL_VideoDevice *)udata;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image.c 838 SDL_VideoDevice* this=current_video;

Completed in 26 milliseconds

1 2 34