OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIMP_CreateBuffer
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c
52
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);
SDL_riscossprite.c
44
unsigned char *
WIMP_CreateBuffer
(int width, int height, int bpp)
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);
Completed in 2678 milliseconds