Home
last modified time | relevance | path

Searched refs:UpdateRects (Results 1 – 25 of 40) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosFullScreenVideo.c252 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()
DSDL_wimpvideo.c227 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/
DSDL_x11image.c100 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/
DSDL_cursor.c667 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()
DSDL_sysvideo.h107 void (*UpdateRects)(_THIS, int numrects, SDL_Rect *rects); member
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
DSDL_svgavideo.c132 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/
DSDL_ggivideo.c112 device->UpdateRects = NULL; in GGI_CreateDevice()
319 this->UpdateRects = GGI_DirectUpdate; in GGI_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_video.c101 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()
DSDL_ph_image.c106 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()
DSDL_phyuv.c380 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/
DSDL_sysvideo.cc111 device->UpdateRects = NULL; in QT_CreateDevice()
313 _this->UpdateRects = QT_NormalUpdate; in QT_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
DSDL_aavideo.c99 device->UpdateRects = NULL; in AA_CreateDevice()
281 this->UpdateRects = AA_DirectUpdate; in AA_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
DSDL_romvideo.c150 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/
DSDL_sysvideo.cc113 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/
DSDL_nullvideo.c111 device->UpdateRects = DUMMY_UpdateRects; in DUMMY_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c289 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/
DSDL_gsvideo.c108 this->UpdateRects = NULL; in GS_CreateDevice()
573 this->UpdateRects = GS_DMAFullUpdate; in GS_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
DSDL_nximage.c141 this -> UpdateRects = NX_NormalUpdate ; in NX_SetupImage()
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglvideo.c137 device->UpdateRects = NULL; in VGL_CreateDevice()
391 this->UpdateRects = VGL_DirectUpdate; in VGL_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c128 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/
DSDL_dcvideo.c102 device->UpdateRects = DC_UpdateRects; in DC_CreateDevice()
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c171 device->UpdateRects = NULL; in XBIOS_CreateDevice()
698 this->UpdateRects = XBIOS_UpdateRects; in XBIOS_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
DSDL_epocvideo.cpp157 device->UpdateRects = NULL; in EPOC_CreateDevice()
377 _this->UpdateRects = EPOC_DirectUpdate; in EPOC_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m123 /* 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/
DSDL_pgvideo.c113 device->UpdateRects = PG_UpdateRects; in PG_CreateDevice()

12