Searched refs:XRRGetCrtcInfo (Results 1 - 2 of 2) sorted by relevance
/third_party/glfw/src/ |
H A D | x11_monitor.c | 153 XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, oi->crtc); in _glfwPollMonitorsX11() 242 XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, monitor->x11.crtc); in _glfwSetVideoModeX11() 291 XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, monitor->x11.crtc); in _glfwRestoreVideoModeX11() 324 XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, monitor->x11.crtc); in _glfwGetMonitorPosX11() 359 XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, monitor->x11.crtc); in _glfwGetMonitorWorkareaX11() 453 XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, monitor->x11.crtc); in _glfwGetVideoModesX11() 503 XRRCrtcInfo* ci = XRRGetCrtcInfo(_glfw.x11.display, sr, monitor->x11.crtc); in _glfwGetVideoModeX11()
|
H A D | x11_platform.h | 326 #define XRRGetCrtcInfo _glfw.x11.randr.GetCrtcInfo macro
|
Completed in 4 milliseconds