/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | DisplaySurfaceKHR.cpp | 39 pProperties->parameters.visibleRegion.height = connector->modes[0].vdisplay; in GetDisplayModeProperties() 60 pCapabilities->minSrcExtent.height = connector->modes[0].vdisplay; in GetDisplayPlaneCapabilities() 62 pCapabilities->maxSrcExtent.height = connector->modes[0].vdisplay; in GetDisplayPlaneCapabilities() 68 pCapabilities->minDstExtent.height = connector->modes[0].vdisplay; in GetDisplayPlaneCapabilities() 70 pCapabilities->maxDstExtent.height = connector->modes[0].vdisplay; in GetDisplayPlaneCapabilities() 127 pProperties->physicalDimensions.height = connector->modes[0].vdisplay * 25.4 / 96; in GetPhysicalDeviceDisplayProperties() 130 pProperties->physicalResolution.height = connector->modes[0].vdisplay; in GetPhysicalDeviceDisplayProperties() 161 creq.height = mode_info.vdisplay; in DisplaySurfaceKHR()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/ |
D | gstglwindow_gbm_egl.c | 342 int hdisplay, vdisplay; in gst_gl_window_gbm_init_surface() local 346 vdisplay = drm_mode_info->vdisplay; in gst_gl_window_gbm_init_surface() 349 vdisplay = 0; in gst_gl_window_gbm_init_surface() 366 hdisplay, vdisplay, gbm_format, in gst_gl_window_gbm_init_surface() 369 gst_gl_window_resize (window, hdisplay, vdisplay); in gst_gl_window_gbm_init_surface() 373 vdisplay, drm_mode_info); in gst_gl_window_gbm_init_surface()
|
D | gstgldisplay_gbm.c | 239 int current_mode_area = current_mode->hdisplay * current_mode->vdisplay; in gst_gl_display_gbm_setup_drm() 247 current_mode->hdisplay, current_mode->vdisplay, in gst_gl_display_gbm_setup_drm()
|
/third_party/weston/libweston/backend-drm/ |
D | modes.c | 177 &mode->vdisplay, in parse_modeline() 199 mode->hdisplay, mode->vdisplay, fclock); in parse_modeline() 390 mode->base.height = info->vdisplay; in drm_output_add_mode() 490 mode->mode_info.vdisplay == target_mode->height) { in drm_output_choose_mode() 683 if (a->hdisplay != b->hdisplay || a->vdisplay != b->vdisplay) in drm_mode_pick_equivalent()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 71 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member 163 wsi->vdisplay == drm->vdisplay && in ICD_DEFINE_NONDISP_HANDLE_CASTS() 240 display_mode->vdisplay = drm_mode->vdisplay; in wsi_display_register_drm_mode() 361 return (uint32_t) mode->hdisplay * (uint32_t) mode->vdisplay; in mode_size() 397 properties->physicalResolution.height = preferred_mode->vdisplay; in wsi_display_fill_in_display_properties() 400 properties->physicalResolution.height = largest_mode->vdisplay; in wsi_display_fill_in_display_properties() 625 prop->parameters.visibleRegion.height = display_mode->vdisplay; in wsi_display_fill_in_display_mode_properties() 689 vk->visibleRegion.height == wsi->vdisplay && in wsi_display_mode_matches_vk() 743 pCapabilities->minSrcExtent.height = mode->vdisplay; in wsi_GetDisplayPlaneCapabilitiesKHR() 745 pCapabilities->maxSrcExtent.height = mode->vdisplay; in wsi_GetDisplayPlaneCapabilitiesKHR() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 120 height = self->vdisplay; in gst_kms_sink_set_render_rectangle() 460 if (conn->modes[i].vdisplay == GST_VIDEO_INFO_HEIGHT (vinfo) && in configure_mode_setting() 555 "height", G_TYPE_INT, mode->vdisplay, in ensure_allowed_caps() 796 self->vdisplay = crtc->mode.vdisplay; in gst_kms_sink_start() 802 self->render_rect.h = self->vdisplay; in gst_kms_sink_start() 814 self->hdisplay, self->vdisplay, self->mm_width, self->mm_height); in gst_kms_sink_start() 954 self->vdisplay = 0; in gst_kms_sink_stop() 994 gst_video_calculate_device_ratio (self->hdisplay, self->vdisplay, in gst_kms_sink_get_caps() 1080 gst_video_calculate_device_ratio (self->hdisplay, self->vdisplay, in gst_kms_sink_calculate_display_ratio() 1647 if ((result.y + result.h) > self->vdisplay) in gst_kms_sink_show_frame() [all …]
|
D | gstkmssink.h | 58 guint16 hdisplay, vdisplay; member
|
/third_party/libdrm/tests/kms/ |
D | libkms-test-screen.c | 49 screen->height = screen->mode.vdisplay; in kms_screen_probe()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 229 mode->vdisplay, in dump_mode() 1238 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in atomic_set_plane() 1314 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in set_plane() 1508 sprintf(pipe->mode_str, "%dx%d", pipe->mode->hdisplay, pipe->mode->vdisplay); in pipe_attempt_connector() 1613 if (dev->mode.height < pipe->mode->vdisplay) in set_mode() 1614 dev->mode.height = pipe->mode->vdisplay; in set_mode() 1621 if (dev->mode.height < pipe->mode->vdisplay) in set_mode() 1622 dev->mode.height = pipe->mode->vdisplay; in set_mode() 1676 .h = pipe->mode->vdisplay, in set_mode() 1750 pipe->mode->hdisplay, pipe->mode->vdisplay, in set_cursors()
|
/third_party/libdrm/tests/modeprint/ |
D | modeprint.c | 68 printf("\tvdisplay : %i\n", mode->vdisplay); in printMode() 77 mode->hdisplay, mode->vdisplay, mode->vrefresh); in printMode()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11modes.c | 554 info->vdisplay = l.vdisplay; in XF86VidModeGetModeInfo() 576 mode->h = info->vdisplay; in SetXVidModeModeInfo() 925 modes[i]->hdisplay, modes[i]->vdisplay, in X11_GetDisplayModes()
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 219 __u16 vdisplay; member
|
/third_party/libdrm/ |
D | xf86drmMode.h | 210 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member
|
D | xf86drmMode.c | 380 r->height = crtc.mode.vdisplay; in drmModeGetCrtc()
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 249 __u16 vdisplay; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 414 mHeight = mMode->vdisplay; in hasUsableScreen()
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 792 screen_height = con.mode->vdisplay; in main()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.cpp | 419 mHeight = mMode->vdisplay; in hasUsableScreen()
|