OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PS3_DEV_FB
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h
68
#define
PS3_DEV_FB
"/dev/fb0"
SDL_ps3video.c
176
fb_dev_fd = open(
PS3_DEV_FB
, O_RDWR);
178
SDL_SetError("[PS3] Unable to open device %s",
PS3_DEV_FB
);
319
SDL_SetError("[PS3] Can't mmap for %s",
PS3_DEV_FB
);
Completed in 24 milliseconds