/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_riscosFullScreenVideo.c | 252 this->UpdateRects = FULLSCREEN_UpdateRects8bpp; in FULLSCREEN_SetDeviceMode() 255 this->UpdateRects = FULLSCREEN_UpdateRects16bpp; in FULLSCREEN_SetDeviceMode() 258 this->UpdateRects = FULLSCREEN_UpdateRects32bpp; in FULLSCREEN_SetDeviceMode() 262 this->UpdateRects = FULLSCREEN_UpdateRectsMemCpy; in FULLSCREEN_SetDeviceMode() 268 this->UpdateRects = FULLSCREEN_UpdateRectsOS; in FULLSCREEN_SetDeviceMode() 272 this->UpdateRects = FULLSCREEN_UpdateRectsMemCpy; in FULLSCREEN_SetDeviceMode() 276 this->UpdateRects = FULLSCREEN_UpdateRects; /* Default do nothing implementation */ in FULLSCREEN_SetDeviceMode()
|
D | SDL_wimpvideo.c | 227 if (this->UpdateRects == WIMP_UpdateRects) return; /* Already set up */ in WIMP_SetDeviceMode() 230 this->UpdateRects = WIMP_UpdateRects; in WIMP_SetDeviceMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11image.c | 100 this->UpdateRects = X11_MITSHMUpdate; in X11_SetupImage() 122 this->UpdateRects = X11_NormalUpdate; in X11_SetupImage() 306 if ( this->UpdateRects == X11_MITSHMUpdate ) { in X11_RefreshDisplay()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_cursor.c | 667 if ( video->UpdateRects ) { in SDL_DrawCursor() 668 video->UpdateRects(this, 1, &area); in SDL_DrawCursor() 739 if ( video->UpdateRects ) { in SDL_EraseCursor() 740 video->UpdateRects(this, 1, &area); in SDL_EraseCursor()
|
D | SDL_sysvideo.h | 107 void (*UpdateRects)(_THIS, int numrects, SDL_Rect *rects); member
|
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
D | SDL_svgavideo.c | 132 device->UpdateRects = NULL; in SVGA_CreateDevice() 441 this->UpdateRects = SVGA_BankedUpdate; in SVGA_SetVideoMode() 443 this->UpdateRects = SVGA_DirectUpdate; in SVGA_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/ |
D | SDL_ggivideo.c | 112 device->UpdateRects = NULL; in GGI_CreateDevice() 319 this->UpdateRects = GGI_DirectUpdate; in GGI_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_video.c | 101 device->UpdateRects = NULL; /* set up in ph_SetupUpdateFunction */ in ph_CreateDevice() 615 this->UpdateRects(this, 1, &updaterect); in ph_SetColors() 632 this->UpdateRects(this, 1, &updaterect); in ph_SetColors()
|
D | SDL_ph_image.c | 106 this->UpdateRects = ph_NormalUpdate; in ph_SetupImage() 178 this->UpdateRects = ph_OCUpdate; in ph_SetupOCImage() 288 this->UpdateRects = ph_OCDCUpdate; in ph_SetupFullScreenImage() 301 this->UpdateRects = ph_OpenGLUpdate; in ph_SetupOpenGLImage()
|
D | SDL_phyuv.c | 380 this->UpdateRects(this, 1, &backrect); in ph_DisplayYUVOverlay() 480 this->UpdateRects(this, 1, &backrect); in ph_FreeYUVOverlay()
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
D | SDL_sysvideo.cc | 111 device->UpdateRects = NULL; in QT_CreateDevice() 313 _this->UpdateRects = QT_NormalUpdate; in QT_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/ |
D | SDL_aavideo.c | 99 device->UpdateRects = NULL; in AA_CreateDevice() 281 this->UpdateRects = AA_DirectUpdate; in AA_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/ |
D | SDL_romvideo.c | 150 device->UpdateRects = NULL; in ROM_CreateDevice() 530 this->UpdateRects = ROM_DirectUpdate; in ROM_SetVideoMode() 585 this->UpdateRects = ROM_WindowUpdate; in ROM_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysvideo.cc | 113 device->UpdateRects = NULL; in BE_CreateDevice() 542 _this->UpdateRects = NULL; in BE_SetVideoMode() 557 _this->UpdateRects = BE_NormalUpdate; in BE_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/ |
D | SDL_nullvideo.c | 111 device->UpdateRects = DUMMY_UpdateRects; in DUMMY_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
D | SDL_dspvideo.c | 289 device->UpdateRects = NULL; in DSp_CreateDevice() 881 this->UpdateRects = DSp_DirectUpdate; in DSp_SetVideoMode() 888 this->UpdateRects = DSp_DSpUpdate; in DSp_SetVideoMode() 901 …this->UpdateRects = DSp_DirectUpdate; /* hardware doesn't do update rects, must be page-flipped */… in DSp_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
D | SDL_gsvideo.c | 108 this->UpdateRects = NULL; in GS_CreateDevice() 573 this->UpdateRects = GS_DMAFullUpdate; in GS_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
D | SDL_nximage.c | 141 this -> UpdateRects = NX_NormalUpdate ; in NX_SetupImage()
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
D | SDL_vglvideo.c | 137 device->UpdateRects = NULL; in VGL_CreateDevice() 391 this->UpdateRects = VGL_DirectUpdate; in VGL_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
D | SDL_DirectFB_video.c | 128 device->UpdateRects = NULL; in DirectFB_CreateDevice() 682 this->UpdateRects = DirectFB_DirectUpdate; in DirectFB_SetVideoMode() 685 this->UpdateRects = DirectFB_WindowedUpdate; in DirectFB_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
D | SDL_dcvideo.c | 102 device->UpdateRects = DC_UpdateRects; in DC_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
D | SDL_xbios.c | 171 device->UpdateRects = NULL; in XBIOS_CreateDevice() 698 this->UpdateRects = XBIOS_UpdateRects; in XBIOS_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/ |
D | SDL_epocvideo.cpp | 157 device->UpdateRects = NULL; in EPOC_CreateDevice() 377 _this->UpdateRects = EPOC_DirectUpdate; in EPOC_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | 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;
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
D | SDL_pgvideo.c | 113 device->UpdateRects = PG_UpdateRects; in PG_CreateDevice()
|