Searched refs:WIMP_CreateBuffer (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_wimpvideo.c | 52 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()
|
D | SDL_riscossprite.c | 44 unsigned char *WIMP_CreateBuffer(int width, int height, int bpp) in WIMP_CreateBuffer() function
|
D | SDL_riscosFullScreenVideo.c | 91 extern unsigned char *WIMP_CreateBuffer(int width, int height, int bpp); 194 this->hidden->bank[0] = WIMP_CreateBuffer(width, height, bpp); in FULLSCREEN_SetVideoMode()
|