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

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

Completed in 603 milliseconds