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

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 100 this->UpdateRects = X11_MITSHMUpdate;
122 this->UpdateRects = X11_NormalUpdate;
306 if ( this->UpdateRects == X11_MITSHMUpdate ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c 70 /* UpdateRects variants */
252 this->UpdateRects = FULLSCREEN_UpdateRects8bpp;
255 this->UpdateRects = FULLSCREEN_UpdateRects16bpp;
258 this->UpdateRects = FULLSCREEN_UpdateRects32bpp;
262 this->UpdateRects = FULLSCREEN_UpdateRectsMemCpy;
268 this->UpdateRects = FULLSCREEN_UpdateRectsOS;
272 this->UpdateRects = FULLSCREEN_UpdateRectsMemCpy;
276 this->UpdateRects = FULLSCREEN_UpdateRects; /* Default do nothing implementation */
SDL_wimpvideo.c 227 if (this->UpdateRects == WIMP_UpdateRects) return; /* Already set up */
230 this->UpdateRects = WIMP_UpdateRects;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 132 device->UpdateRects = NULL;
441 this->UpdateRects = SVGA_BankedUpdate;
443 this->UpdateRects = SVGA_DirectUpdate;
552 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 667 if ( video->UpdateRects ) {
668 video->UpdateRects(this, 1, &area);
739 if ( video->UpdateRects ) {
740 video->UpdateRects(this, 1, &area);
SDL_sysvideo.h 107 void (*UpdateRects)(_THIS, int numrects, SDL_Rect *rects);
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 111 device->UpdateRects = DUMMY_UpdateRects;
230 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 99 device->UpdateRects = NULL;
281 this->UpdateRects = AA_DirectUpdate;
366 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 112 device->UpdateRects = NULL;
319 this->UpdateRects = GGI_DirectUpdate;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 111 device->UpdateRects = NULL;
313 _this->UpdateRects = QT_NormalUpdate;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 113 device->UpdateRects = NULL;
542 _this->UpdateRects = NULL;
557 _this->UpdateRects = BE_NormalUpdate;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 150 device->UpdateRects = NULL;
530 this->UpdateRects = ROM_DirectUpdate;
585 this->UpdateRects = ROM_WindowUpdate;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 101 device->UpdateRects = NULL; /* set up in ph_SetupUpdateFunction */
615 this->UpdateRects(this, 1, &updaterect);
632 this->UpdateRects(this, 1, &updaterect);
SDL_phyuv.c 380 this->UpdateRects(this, 1, &backrect);
480 this->UpdateRects(this, 1, &backrect);
SDL_ph_image.c 106 this->UpdateRects = ph_NormalUpdate;
178 this->UpdateRects = ph_OCUpdate;
288 this->UpdateRects = ph_OCDCUpdate;
301 this->UpdateRects = ph_OpenGLUpdate;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 108 this->UpdateRects = NULL;
573 this->UpdateRects = GS_DMAFullUpdate;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 289 device->UpdateRects = NULL;
881 this->UpdateRects = DSp_DirectUpdate;
888 this->UpdateRects = DSp_DSpUpdate;
901 this->UpdateRects = DSp_DirectUpdate; /* hardware doesn't do update rects, must be page-flipped */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nximage.c 141 this -> UpdateRects = NX_NormalUpdate ;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 137 device->UpdateRects = NULL;
391 this->UpdateRects = VGL_DirectUpdate;
460 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 171 device->UpdateRects = NULL;
698 this->UpdateRects = XBIOS_UpdateRects;
867 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 102 device->UpdateRects = DC_UpdateRects;
316 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 134 this->UpdateRects = iPod_UpdateRects;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 113 device->UpdateRects = PG_UpdateRects;
323 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 123 /* device->UpdateRects = QZ_UpdateRects; this is determined by SetVideoMode() */
357 this->UpdateRects = NULL;
478 this->UpdateRects = QZ_DirectUpdate;
495 this->UpdateRects = NULL;
498 this->UpdateRects = QZ_DoubleBufferUpdate;
836 this->UpdateRects = QZ_UpdateRects;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 128 device->UpdateRects = NULL;
682 this->UpdateRects = DirectFB_DirectUpdate;
685 this->UpdateRects = DirectFB_WindowedUpdate;

Completed in 48 milliseconds

1 2