HomeSort by relevance Sort by last modified time
    Searched refs:fb_dev_fd (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 176 fb_dev_fd = open(PS3_DEV_FB, O_RDWR);
177 if (fb_dev_fd < 0) {
183 if (ioctl(fb_dev_fd, FBIOGET_VSCREENINFO, &fb_vinfo)) {
185 if (fb_dev_fd >= 0)
186 close(fb_dev_fd);
187 fb_dev_fd = -1;
214 if (ioctl(fb_dev_fd, FBIOPUT_VSCREENINFO, &fb_vinfo)) {
216 if (fb_dev_fd >= 0)
217 close(fb_dev_fd);
218 fb_dev_fd = -1
    [all...]
SDL_ps3video.h 90 int fb_dev_fd; /* Descriptor-handle for fb_dev_name */ member in struct:SDL_PrivateVideoData
133 #define fb_dev_fd (this->hidden->fb_dev_fd) macro

Completed in 106 milliseconds