Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_wimpvideo.c52 extern unsigned char *WIMP_CreateBuffer(int width, int height, int bpp);
136 buffer = WIMP_CreateBuffer(width, height, bpp); in WIMP_SetVideoMode()
454 buffer = WIMP_CreateBuffer(width, height, bpp); in WIMP_ToggleFromFullScreen()
DSDL_riscossprite.c44 unsigned char *WIMP_CreateBuffer(int width, int height, int bpp) in WIMP_CreateBuffer() function
DSDL_riscosFullScreenVideo.c91 extern unsigned char *WIMP_CreateBuffer(int width, int height, int bpp);
194 this->hidden->bank[0] = WIMP_CreateBuffer(width, height, bpp); in FULLSCREEN_SetVideoMode()