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

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 61 info->hdisplay = l.hdisplay;
93 if ( (saved_mode.hdisplay != mode.hdisplay) ||
109 if ( a->hdisplay == b->hdisplay )
112 return b->hdisplay - a->hdisplay;
131 if ( (modes[i]->hdisplay == width) &&
136 if ( modes[i]->hdisplay >= width &
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
XF86VMode.c 247 modeline->hdisplay = oldrep.hdisplay;
266 modeline->hdisplay = rep.hdisplay;
365 modelines[i]->hdisplay = oldxmdline.hdisplay;
396 modelines[i]->hdisplay = xmdline.hdisplay;
480 oldreq->hdisplay = newmodeline->hdisplay;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmstr.h 96 CARD16 hdisplay B16;
121 CARD16 hdisplay B16;
136 CARD16 hdisplay B16;
156 CARD16 hdisplay B16;
188 CARD16 hdisplay B16;
228 CARD16 hdisplay B16;
256 CARD16 hdisplay B16;
280 CARD16 hdisplay B16;
299 CARD16 hdisplay B16;
328 CARD16 hdisplay B16
    [all...]
xf86vmode.h 90 unsigned short hdisplay; member in struct:__anon25116
111 unsigned short hdisplay; member in struct:__anon25117
  /external/chromium_org/ui/gfx/ozone/dri/
dri_surface.cc 59 controller_->get_mode().hdisplay,
dri_wrapper.cc 61 mode.hdisplay,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_output.c 167 mode->HDisplay = drm_mode->hdisplay;
201 !cust->winsys_check_fb_size(cust, pMode->HDisplay *
xorg_crtc.c 113 drm_mode.hdisplay = mode->HDisplay;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_output.c 167 mode->HDisplay = drm_mode->hdisplay;
201 !cust->winsys_check_fb_size(cust, pMode->HDisplay *
xorg_crtc.c 113 drm_mode.hdisplay = mode->HDisplay;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
modeset.c 559 drmmode->base.width = drmmode->mode.hdisplay;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 559 drmmode->base.width = drmmode->mode.hdisplay;

Completed in 84 milliseconds