Searched refs:vrefresh (Results 1 - 6 of 6) sorted by relevance
/third_party/libdrm/tests/modeprint/ |
H A D | modeprint.c | 73 printf("\tvrefresh : %i\n", mode->vrefresh); in printMode() 77 mode->hdisplay, mode->vdisplay, mode->vrefresh); in printMode()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 810 float vrefresh; member 837 const float vrefresh) in connector_find_mode() 865 if (vrefresh == 0) in connector_find_mode() 867 else if (fabs(mode_vrefresh(mode) - vrefresh) < 0.005) in connector_find_mode() 931 pipe->mode_str, pipe->vrefresh); in pipe_find_crtc_and_mode() 933 if (pipe->vrefresh) in pipe_find_crtc_and_mode() 937 pipe->mode_str, pipe->vrefresh, pipe->cons[i]); in pipe_find_crtc_and_mode() 1845 pipe->vrefresh = 0; in parse_connector() 1897 pipe->vrefresh = strtof(p + 1, &endp); in parse_connector() 2005 fprintf(stderr, "\t-s <connector_id>[,<connector_id>][@<crtc_id>]:[#<mode index>]<mode>[-<vrefresh>][ in usage() 836 connector_find_mode(struct device *dev, uint32_t con_id, const char *mode_str, const float vrefresh) connector_find_mode() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 40 pProperties->parameters.refreshRate = connector->modes[0].vrefresh * 1000; in GetDisplayModeProperties()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 234 * @vrefresh: approximate vertical refresh rate in Hz 255 __u32 vrefresh; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 234 * @vrefresh: approximate vertical refresh rate in Hz 255 __u32 vrefresh; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 96 uint32_t vrefresh; member
|
Completed in 13 milliseconds