Home
last modified time | relevance | path

Searched defs:numrects (Results 1 – 25 of 31) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosFullScreenVideo.c377 static void FULLSCREEN_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in FULLSCREEN_UpdateRects()
382 static void FULLSCREEN_UpdateRectsMemCpy(_THIS, int numrects, SDL_Rect *rects) in FULLSCREEN_UpdateRectsMemCpy()
405 static void FULLSCREEN_UpdateRects8bpp(_THIS, int numrects, SDL_Rect *rects) in FULLSCREEN_UpdateRects8bpp()
435 static void FULLSCREEN_UpdateRects16bpp(_THIS, int numrects, SDL_Rect *rects) in FULLSCREEN_UpdateRects16bpp()
463 static void FULLSCREEN_UpdateRects32bpp(_THIS, int numrects, SDL_Rect *rects) in FULLSCREEN_UpdateRects32bpp()
484 static void FULLSCREEN_UpdateRectsOS(_THIS, int numrects, SDL_Rect *rects) in FULLSCREEN_UpdateRectsOS()
DSDL_wimpvideo.c325 void WIMP_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in WIMP_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_image.c959 void ph_OpenGLUpdate(_THIS, int numrects, SDL_Rect* rects) in ph_OpenGLUpdate()
967 void ph_NormalUpdate(_THIS, int numrects, SDL_Rect *rects) in ph_NormalUpdate()
1005 void ph_OCUpdate(_THIS, int numrects, SDL_Rect *rects) in ph_OCUpdate()
1051 void ph_OCDCUpdate(_THIS, int numrects, SDL_Rect *rects) in ph_OCDCUpdate()
DSDL_ph_events.c288 int numrects; in ph_DispatchEvent() local
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11image.c235 static void X11_NormalUpdate(_THIS, int numrects, SDL_Rect *rects) in X11_NormalUpdate()
255 static void X11_MITSHMUpdate(_THIS, int numrects, SDL_Rect *rects) in X11_MITSHMUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgximage.c315 static void CGX_SwapPixels(SDL_Surface *screen, int numrects, SDL_Rect *rects) in CGX_SwapPixels()
376 static void CGX_FakeUpdate(_THIS, int numrects, SDL_Rect *rects) in CGX_FakeUpdate()
380 static void CGX_NormalUpdate(_THIS, int numrects, SDL_Rect *rects) in CGX_NormalUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglvideo.c436 static void VGL_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) in VGL_DirectUpdate()
441 static void VGL_BankedUpdate(_THIS, int numrects, SDL_Rect *rects) in VGL_BankedUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/svga/
DSDL_svgavideo.c485 static void SVGA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) in SVGA_DirectUpdate()
490 static void SVGA_BankedUpdate(_THIS, int numrects, SDL_Rect *rects) in SVGA_BankedUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
DSDL_nximage.c31 void NX_NormalUpdate (_THIS, int numrects, SDL_Rect * rects) in NX_NormalUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemvideo.c852 static void GEM_UpdateRectsFullscreen(_THIS, int numrects, SDL_Rect *rects) in GEM_UpdateRectsFullscreen()
931 static void GEM_UpdateRectsWindowed(_THIS, int numrects, SDL_Rect *rects) in GEM_UpdateRectsWindowed()
950 static void GEM_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in GEM_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
DSDL_nullvideo.c218 static void DUMMY_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in DUMMY_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
DSDL_romvideo.c624 static void ROM_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) in ROM_DirectUpdate()
630 static void ROM_WindowUpdate(_THIS, int numrects, SDL_Rect *rects) in ROM_WindowUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c1026 static void GAPI_UpdateRectsMono(_THIS, int numrects, SDL_Rect *rects) in GAPI_UpdateRectsMono()
1064 static void GAPI_UpdateRectsColor(_THIS, int numrects, SDL_Rect *rects) in GAPI_UpdateRectsColor()
1099 static void GAPI_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in GAPI_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c983 static void DirectFB_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) in DirectFB_DirectUpdate()
996 static void DirectFB_WindowedUpdate(_THIS, int numrects, SDL_Rect *rects) in DirectFB_WindowedUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
DSDL_ggivideo.c342 static void GGI_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) in GGI_DirectUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
DSDL_aavideo.c328 static void AA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) in AA_DirectUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
DSDL_pgvideo.c290 static void PG_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in PG_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c1015 void SDL_UpdateRects (SDL_Surface *screen, int numrects, SDL_Rect *rects) in SDL_UpdateRects()
1522 void SDL_GL_UpdateRectsLock(SDL_VideoDevice* this, int numrects, SDL_Rect *rects) in SDL_GL_UpdateRectsLock()
1530 void SDL_GL_UpdateRects(int numrects, SDL_Rect *rects) in SDL_GL_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_sysvideo.cc355 static void QT_NormalUpdate(_THIS, int numrects, SDL_Rect *rects) in QT_NormalUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
DSDL_dcvideo.c304 static void DC_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in DC_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsvideo.c625 static void GS_DMAFullUpdate(_THIS, int numrects, SDL_Rect *rects) in GS_DMAFullUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c724 static void XBIOS_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in XBIOS_UpdateRects()
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
DSDL_dspvideo.c1293 static void DSp_DirectUpdate(_THIS, int numrects, SDL_Rect *sdl_rects) in DSp_DirectUpdate()
1298 static void DSp_DSpUpdate(_THIS, int numrects, SDL_Rect *sdl_rects) in DSp_DSpUpdate()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c1332 static void FB_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) in FB_DirectUpdate()
1347 static void FB_VGA16Update(_THIS, int numrects, SDL_Rect *rects) in FB_VGA16Update()
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/
DSDL_wsconsvideo.c460 static void WSCONS_UpdateRects(_THIS, int numrects, SDL_Rect *rects) in WSCONS_UpdateRects()

12