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

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c 100 this->UpdateRects = X11_MITSHMUpdate;
120 this->UpdateRects = X11_NormalUpdate;
304 if ( this->UpdateRects == X11_MITSHMUpdate ) {
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/caca/
SDL_cacavideo.c 108 device->UpdateRects = NULL;
234 this->UpdateRects = Caca_DirectUpdate;
281 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/src/video/dummy/
SDL_nullvideo.c 111 device->UpdateRects = DUMMY_UpdateRects;
230 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/ggi/
SDL_ggivideo.c 112 device->UpdateRects = NULL;
319 this->UpdateRects = GGI_DirectUpdate;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc 111 device->UpdateRects = NULL;
313 _this->UpdateRects = QT_NormalUpdate;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 112 device->UpdateRects = NULL;
550 _this->UpdateRects = NULL;
565 _this->UpdateRects = BE_NormalUpdate;
  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/src/video/ps2gs/
SDL_gsvideo.c 108 this->UpdateRects = NULL;
573 this->UpdateRects = GS_DMAFullUpdate;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 113 this->UpdateRects = 0;
352 this->UpdateRects = PS3_DoubleBufferUpdate;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 196 device->UpdateRects = NULL;
476 _this->UpdateRects = EPOC_DirectUpdate;
567 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/nanox/
SDL_nximage.c 141 this -> UpdateRects = NX_NormalUpdate ;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 136 device->UpdateRects = NULL;
389 this->UpdateRects = VGL_DirectUpdate;
452 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 102 device->UpdateRects = DC_UpdateRects;
316 another SDL video routine -- notably UpdateRects.
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 134 this->UpdateRects = iPod_UpdateRects;
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 133 device->UpdateRects = NDS_UpdateRects;
496 another SDL video routine -- notably UpdateRects.

Completed in 250 milliseconds

1 2