Home
last modified time | relevance | path

Searched refs:current_bank (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosFullScreenVideo.c224 this->hidden->current_bank = 0; in FULLSCREEN_SetVideoMode()
365 FULLSCREEN_SetDisplayBank(this->hidden->current_bank); in FULLSCREEN_FlipHWSurface()
366 this->hidden->current_bank ^= 1; in FULLSCREEN_FlipHWSurface()
367 FULLSCREEN_SetWriteBank(this->hidden->current_bank); in FULLSCREEN_FlipHWSurface()
368 surface->pixels = this->hidden->bank[this->hidden->current_bank]; in FULLSCREEN_FlipHWSurface()
765 this->hidden->current_bank = 0; in FULLSCREEN_ToggleFromWimp()
DSDL_riscosvideo.h39 int current_bank; member
DSDL_wimpvideo.c165 this->hidden->current_bank = 0; in WIMP_SetVideoMode()
473 this->hidden->current_bank = 0; in WIMP_ToggleFromFullScreen()