Searched refs:DX5_SetVideoMode (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c424 static SDL_Surface *DX5_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
602 device->SetVideoMode = DX5_SetVideoMode;
1033 SDL_Surface *DX5_SetVideoMode(_THIS, SDL_Surface *current, function
1335 return(DX5_SetVideoMode(this, current, width, height, bpp, flags & ~SDL_FULLSCREEN));

Completed in 57 milliseconds