Searched refs:yres (Results 1 – 12 of 12) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbvideo.c | 87 int yres; member 332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres, in read_fbmodes_mode() 394 vinfo->yres = *h; in FB_CheckMode() 399 …pp, got mode %dx%d at %d bpp\n", *w, *h, (index+1)*8, vinfo->xres, vinfo->yres, vinfo->bits_per_pi… in FB_CheckMode() 403 *h = vinfo->yres; in FB_CheckMode() 432 (h == vesa_timings[i].yres) && vesa_timings[i].pixclock ) { in FB_AddMode() 676 current_w = vinfo.yres; in FB_VideoInit() 680 current_h = vinfo.yres; in FB_VideoInit() 698 w = vinfo.yres; in FB_VideoInit() 702 h = vinfo.yres; in FB_VideoInit() [all …]
|
D | SDL_fbelo.c | 128 *dy = (cache_vinfo.yres * (input_y - ELO_MIN_Y)) / height; in eloConvertXY()
|
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/ |
D | native_fbdev.c | 158 height = MIN2(vinfo->yres, fbsurf->height); in fbdev_surface_update_drawable() 178 fbsurf->drawable.height = vinfo->yres; in fbdev_surface_update_drawable() 212 fbsurf->height = vinfo.yres; in fbdev_surface_present() 278 fbsurf->height = vinfo.yres; in fbdev_display_create_window_surface() 334 mode.height = fbdpy->config_vinfo.yres; in fbdev_display_get_modes()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/ |
D | native_fbdev.c | 158 height = MIN2(vinfo->yres, fbsurf->height); in fbdev_surface_update_drawable() 178 fbsurf->drawable.height = vinfo->yres; in fbdev_surface_update_drawable() 212 fbsurf->height = vinfo.yres; in fbdev_surface_present() 278 fbsurf->height = vinfo.yres; in fbdev_display_create_window_surface() 334 mode.height = fbdpy->config_vinfo.yres; in fbdev_display_get_modes()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
D | SDL_ps3video.c | 193 this->info.current_h = fb_vinfo.yres; in PS3_VideoInit() 211 fb_vinfo.yres_virtual = fb_vinfo.yres; in PS3_VideoInit() 225 s_writeable_height = fb_vinfo.yres; in PS3_VideoInit() 231 deprintf(1, "[PS3] xres:%d yres:%d xoff:%d yoff:%d\n", res.xres, res.yres, res.xoff, res.yoff); in PS3_VideoInit() 241 real_height = res.yres; in PS3_VideoInit()
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
D | lfbprof.c | 41 int xres,yres; /* Video mode resolution */ variable 508 yres = y; in InitGraphics() 510 imageSize = bytesperline * yres; in InitGraphics() 591 printf("Profiling results for %dx%d 8 bits per pixel.\n",xres,yres); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | omapfb.h | 215 __u16 yres; member
|
D | fb.h | 242 __u32 yres; member
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 283 lcd_height = vinfo.yres; in iPod_VideoInit() 325 height = vinfo.yres; in iPod_ListModes()
|
/external/qemu-pc-bios/vgabios/ |
D | vbe.c | 266 static void dispi_set_yres(yres) in dispi_set_yres() argument 267 Bit16u yres; in dispi_set_yres() 270 outw(VBE_DISPI_IOPORT_DATA,yres);
|
D | vbe_display_api.txt | 208 If the new flag VBE_DISPI_GETCAPS is enabled, the xres, yres and bpp registers
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 2092 __vki_u32 yres; member
|