Searched refs:UpdateRects (Results 1 - 25 of 45) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11image.c100 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/
H A DSDL_riscosFullScreenVideo.c70 /* 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 */
H A DSDL_wimpvideo.c227 if (this->UpdateRects == WIMP_UpdateRects) return; /* Already set up */
230 this->UpdateRects = WIMP_UpdateRects;
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
H A DSDL_cacavideo.c108 device->UpdateRects = NULL;
234 this->UpdateRects = Caca_DirectUpdate;
281 another SDL video routine -- notably UpdateRects.
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c667 if ( video->UpdateRects ) {
668 video->UpdateRects(this, 1, &area);
739 if ( video->UpdateRects ) {
740 video->UpdateRects(this, 1, &area);
H A DSDL_sysvideo.h107 void (*UpdateRects)(_THIS, int numrects, SDL_Rect *rects); member in struct:SDL_VideoDevice
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullvideo.c111 device->UpdateRects = DUMMY_UpdateRects;
230 another SDL video routine -- notably UpdateRects.
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c99 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/
H A DSDL_ggivideo.c112 device->UpdateRects = NULL;
319 this->UpdateRects = GGI_DirectUpdate;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc111 device->UpdateRects = NULL;
313 _this->UpdateRects = QT_NormalUpdate;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc112 device->UpdateRects = NULL;
550 _this->UpdateRects = NULL;
565 _this->UpdateRects = BE_NormalUpdate;
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c150 device->UpdateRects = NULL;
530 this->UpdateRects = ROM_DirectUpdate;
585 this->UpdateRects = ROM_WindowUpdate;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.c101 device->UpdateRects = NULL; /* set up in ph_SetupUpdateFunction */
615 this->UpdateRects(this, 1, &updaterect);
632 this->UpdateRects(this, 1, &updaterect);
H A DSDL_phyuv.c380 this->UpdateRects(this, 1, &backrect);
480 this->UpdateRects(this, 1, &backrect);
H A DSDL_ph_image.c106 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/svga/
H A DSDL_svgavideo.c132 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/ps3/
H A DSDL_ps3video.c113 this->UpdateRects = 0;
352 this->UpdateRects = PS3_DoubleBufferUpdate;
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.cpp196 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/
H A DSDL_dspvideo.c289 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 */
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nximage.c141 this -> UpdateRects = NX_NormalUpdate ;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c108 this->UpdateRects = NULL;
573 this->UpdateRects = GS_DMAFullUpdate;
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c136 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/
H A DSDL_dcvideo.c102 device->UpdateRects = DC_UpdateRects;
316 another SDL video routine -- notably UpdateRects.
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
H A DSDL_ndsvideo.c133 device->UpdateRects = NDS_UpdateRects;
496 another SDL video routine -- notably UpdateRects.
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m193 /* device->UpdateRects = QZ_UpdateRects; this is determined by SetVideoMode() */
552 this->UpdateRects = NULL;
756 this->UpdateRects = QZ_DirectUpdate;
773 this->UpdateRects = NULL;
776 this->UpdateRects = QZ_DoubleBufferUpdate;
904 this->UpdateRects = QZ_UpdateRects;
1117 this->UpdateRects = QZ_UpdateRects;

Completed in 140 milliseconds

12