Home
last modified time | relevance | path

Searched refs:GetOutputPrimary (Results 1 – 25 of 25) sorted by relevance

/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
311 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c539 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
317 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c646 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/graphics/glfw/glfw-3.3.4/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
317 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c646 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
311 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c539 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
311 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c539 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
311 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c531 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dx11_platform.h87 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
313 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c217 glfw_dlsym(_glfw.x11.randr.GetOutputPrimary, _glfw.x11.randr.handle, "XRRGetOutputPrimary"); in initExtensions()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
313 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c543 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
316 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c540 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/src/
H A Dx11_platform.h76 #define XRRGetOutputPrimary _glfw.x11.randr.GetOutputPrimary
311 PFN_XRRGetOutputPrimary GetOutputPrimary; member
H A Dx11_init.c531 _glfw.x11.randr.GetOutputPrimary = (PFN_XRRGetOutputPrimary) in initExtensions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_display_util.cc215 auto output_primary = randr.GetOutputPrimary({x_root_window}).Sync(); in BuildDisplaysFromXRandRInfo()
341 auto output_primary = randr.GetOutputPrimary({root}).Sync(); in GetPrimaryDisplayRefreshIntervalFromXrandr()
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/thirdparty/Xlib/ext/
H A Drandr.py1042 class GetOutputPrimary(rq.ReplyRequest): class
1059 return GetOutputPrimary(
/dports/x11-toolkits/py-xlib/python-xlib-0.27/Xlib/ext/
H A Drandr.py1057 class GetOutputPrimary(rq.ReplyRequest): class
1074 return GetOutputPrimary(
/dports/x11-servers/xorg-server/xorg-server-1.20.13/dix/
H A Dprotocol.txt283 R031 RANDR:GetOutputPrimary
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Drandr.py885 def GetOutputPrimary(self, window, is_checked=True): member in randrExtension