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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 183 if (ioctl(fb_dev_fd, FBIOGET_VSCREENINFO, &fb_vinfo)) {
192 this->info.current_w = fb_vinfo.xres;
193 this->info.current_h = fb_vinfo.yres;
198 fb_orig_vinfo = fb_vinfo;
201 fb_bits_per_pixel = fb_vinfo.bits_per_pixel;
204 fb_vinfo.red.length + fb_vinfo.green.length +
205 fb_vinfo.blue.length;
208 vformat->BitsPerPixel = fb_vinfo.bits_per_pixel;
210 fb_vinfo.xres_virtual = fb_vinfo.xres
    [all...]
SDL_ps3video.h 100 struct fb_var_screeninfo fb_vinfo; member in struct:SDL_PrivateVideoData
143 #define fb_vinfo (this->hidden->fb_vinfo) macro

Completed in 225 milliseconds