Searched refs:GetMonitorValue (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | vidmode.c | 1180 nHsync = pVidMode->GetMonitorValue(pScreen, VIDMODE_MON_NHSYNC, 0).i; in ProcVidModeGetMonitor() 1181 nVrefresh = pVidMode->GetMonitorValue(pScreen, VIDMODE_MON_NVREFRESH, 0).i; in ProcVidModeGetMonitor() 1183 if ((char *) (pVidMode->GetMonitorValue(pScreen, VIDMODE_MON_VENDOR, 0)).ptr) in ProcVidModeGetMonitor() 1184 rep.vendorLength = strlen((char *) (pVidMode->GetMonitorValue(pScreen, in ProcVidModeGetMonitor() 1189 if ((char *) (pVidMode->GetMonitorValue(pScreen, VIDMODE_MON_MODEL, 0)).ptr) in ProcVidModeGetMonitor() 1190 rep.modelLength = strlen((char *) (pVidMode->GetMonitorValue(pScreen, in ProcVidModeGetMonitor() 1215 hsyncdata[i] = (unsigned short) (pVidMode->GetMonitorValue(pScreen, in ProcVidModeGetMonitor() 1219 short) (pVidMode->GetMonitorValue(pScreen, VIDMODE_MON_HSYNC_HI, in ProcVidModeGetMonitor() 1223 vsyncdata[i] = (unsigned short) (pVidMode->GetMonitorValue(pScreen, in ProcVidModeGetMonitor() 1227 short) (pVidMode->GetMonitorValue(pScreen, VIDMODE_MON_VREFRESH_HI, in ProcVidModeGetMonitor() [all …]
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | vidmodestr.h | 111 VidModeGetMonitorValueProcPtr GetMonitorValue; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-vidmode.c | 372 pVidMode->GetMonitorValue = xwlVidModeGetMonitorValue; in xwlVidModeInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VidMode.c | 413 pVidMode->GetMonitorValue = xf86VidModeGetMonitorValue; in xf86VidModeInit()
|