Searched refs:DSp_DirectUpdate (Results 1 – 1 of 1) sorted by relevance
165 static void DSp_DirectUpdate(_THIS, int numrects, SDL_Rect *sdl_rects);630 static void DSp_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);881 this->UpdateRects = DSp_DirectUpdate; in DSp_SetVideoMode()901 …this->UpdateRects = DSp_DirectUpdate; /* hardware doesn't do update rects, must be page-flipped */… in DSp_SetVideoMode()1293 static void DSp_DirectUpdate(_THIS, int numrects, SDL_Rect *sdl_rects) in DSp_DirectUpdate() function