Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp124 mXDisplay(nullptr), in FunctionsGLX()
138 mXDisplay = xDisplay; in initialize()
288 return mXDisplay; in getDisplay()
308 mFnPtrs->destroyContextPtr(mXDisplay, ctx); in destroyContext()
313 return mFnPtrs->makeCurrentPtr(mXDisplay, drawable, ctx); in makeCurrent()
317 mFnPtrs->swapBuffersPtr(mXDisplay, drawable); in swapBuffers()
325 return mFnPtrs->queryVersionPtr(mXDisplay, major, minor); in queryVersion()
349 return mFnPtrs->getClientStringPtr(mXDisplay, name); in getClientString()
387 mFnPtrs->destroyWindowPtr(mXDisplay, window); in destroyWindow()
396 mFnPtrs->destroyPbufferPtr(mXDisplay, pbuffer); in destroyPbuffer()
[all …]
H A DDisplayGLX.cpp91 mXDisplay(nullptr), in DisplayGLX()
100 mXDisplay = reinterpret_cast<Display *>(display->getNativeDisplayId()); in initialize()
106 if (mXDisplay == reinterpret_cast<Display *>(EGL_DEFAULT_DISPLAY)) in initialize()
109 mXDisplay = XOpenDisplay(nullptr); in initialize()
110 if (!mXDisplay) in initialize()
117 if (!mGLX.initialize(mXDisplay, DefaultScreen(mXDisplay), &glxInitError)) in initialize()
250 mVisuals = XGetVisualInfo(mXDisplay, VisualIDMask, &visualTemplate, &numVisuals); in initialize()
391 XCloseDisplay(mXDisplay); in terminate()
481 << x11::XErrorToString(mXDisplay, status); in validatePixmap()
790 int status = XGetWindowAttributes(mXDisplay, window, &attributes); in isValidNativeWindow()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp114 mXDisplay(nullptr), in FunctionsGLX()
128 mXDisplay = xDisplay; in initialize()
271 return mXDisplay; in getDisplay()
291 mFnPtrs->destroyContextPtr(mXDisplay, ctx); in destroyContext()
296 return mFnPtrs->makeCurrentPtr(mXDisplay, drawable, ctx); in makeCurrent()
300 mFnPtrs->swapBuffersPtr(mXDisplay, drawable); in swapBuffers()
308 return mFnPtrs->queryVersionPtr(mXDisplay, major, minor); in queryVersion()
332 return mFnPtrs->getClientStringPtr(mXDisplay, name); in getClientString()
359 return mFnPtrs->getVisualFromFBConfigPtr(mXDisplay, cfg); in getVisualFromFBConfig()
370 mFnPtrs->destroyWindowPtr(mXDisplay, window); in destroyWindow()
[all …]
H A DDisplayGLX.cpp86 mXDisplay(nullptr), in DisplayGLX()
95 mXDisplay = display->getNativeDisplayId(); in initialize()
101 if (mXDisplay == EGL_DEFAULT_DISPLAY) in initialize()
104 mXDisplay = XOpenDisplay(nullptr); in initialize()
105 if (!mXDisplay) in initialize()
112 if (!mGLX.initialize(mXDisplay, DefaultScreen(mXDisplay), &glxInitError)) in initialize()
244 mVisuals = XGetVisualInfo(mXDisplay, VisualIDMask, &visualTemplate, &numVisuals); in initialize()
375 XCloseDisplay(mXDisplay); in terminate()
718 int status = XGetWindowAttributes(mXDisplay, window, &attributes); in isValidNativeWindow()
896 XSync(mXDisplay, False); in createContextAttribs()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/glx/
H A DFunctionsGLX.cpp109 mXDisplay(nullptr), in FunctionsGLX()
124 mXDisplay = xDisplay; in initialize()
261 return mXDisplay; in getDisplay()
281 mFnPtrs->destroyContextPtr(mXDisplay, ctx); in destroyContext()
286 return mFnPtrs->makeCurrentPtr(mXDisplay, drawable, ctx); in makeCurrent()
290 mFnPtrs->swapBuffersPtr(mXDisplay, drawable); in swapBuffers()
298 return mFnPtrs->queryVersionPtr(mXDisplay, major, minor); in queryVersion()
322 return mFnPtrs->getClientStringPtr(mXDisplay, name); in getClientString()
349 return mFnPtrs->getVisualFromFBConfigPtr(mXDisplay, cfg); in getVisualFromFBConfig()
358 mFnPtrs->destroyWindowPtr(mXDisplay, window); in destroyWindow()
[all …]
H A DDisplayGLX.cpp127 mXDisplay(nullptr), in DisplayGLX()
139 mXDisplay = display->getNativeDisplayId(); in initialize()
145 if (mXDisplay == EGL_DEFAULT_DISPLAY) in initialize()
148 mXDisplay = XOpenDisplay(NULL); in initialize()
149 if (!mXDisplay) in initialize()
156 if (!mGLX.initialize(mXDisplay, DefaultScreen(mXDisplay), &glxInitError)) in initialize()
945 XSync(mXDisplay, False); in createContextAttribs()
963 if (XNVCTRLQueryExtension(mXDisplay, &eventBase, &errorBase)) in getNVIDIADriverVersion()
965 int screenCount = ScreenCount(mXDisplay); in getNVIDIADriverVersion()
969 if (XNVCTRLIsNvScreen(mXDisplay, screen) && in getNVIDIADriverVersion()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLX/
H A DOgreGLXGLSupport.cpp74 mXDisplay = getXDisplay(); in GLXGLSupport()
82 screenConfig = XRRGetScreenInfo(mXDisplay, DefaultRootWindow(mXDisplay)); in GLXGLSupport()
122 mCurrentMode.width = DisplayWidth(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
123 mCurrentMode.height = DisplayHeight(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
155 if (mXDisplay) in ~GLXGLSupport()
540 *pixmap = XCreatePixmap(mXDisplay, DefaultRootWindow(mXDisplay), width, height, 24); in loadIcon()
542 GC gc = XCreateGC (mXDisplay, DefaultRootWindow(mXDisplay), 0, NULL); in loadIcon()
546 XFreeGC(mXDisplay, gc); in loadIcon()
579 if (! mXDisplay) in getXDisplay()
585 if (! mXDisplay) in getXDisplay()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DGtkCompositorWidget.cpp24 mXDisplay = aWindow->XDisplay(); in GtkCompositorWidget()
26 mXDisplay = XOpenDisplay(aInitData.XDisplayString().get()); in GtkCompositorWidget()
30 if (!mXDisplay) { in GtkCompositorWidget()
41 XGetWindowAttributes(mXDisplay, mXWindow, &windowAttrs); in GtkCompositorWidget()
47 mProvider.Initialize(mXDisplay, mXWindow, visual, depth); in GtkCompositorWidget()
56 if (!mWidget && mXDisplay) { in ~GtkCompositorWidget()
57 XCloseDisplay(mXDisplay); in ~GtkCompositorWidget()
58 mXDisplay = nullptr; in ~GtkCompositorWidget()
H A DWindowSurfaceProvider.cpp26 mXDisplay(nullptr), in WindowSurfaceProvider()
41 MOZ_ASSERT(!mXDisplay); in Initialize()
46 mXDisplay = aDisplay; in Initialize()
74 MOZ_ASSERT(mXDisplay); in CreateWindowSurface()
84 return MakeUnique<WindowSurfaceXRender>(mXDisplay, mXWindow, mXVisual, in CreateWindowSurface()
92 return MakeUnique<WindowSurfaceX11SHM>(mXDisplay, mXWindow, mXVisual, in CreateWindowSurface()
98 return MakeUnique<WindowSurfaceX11Image>(mXDisplay, mXWindow, mXVisual, in CreateWindowSurface()
120 mWindowSurface = MakeUnique<WindowSurfaceX11Image>(mXDisplay, mXWindow, in StartRemoteDrawingInRegion()
H A DGtkCompositorWidget.h58 Display* XDisplay() const { return mXDisplay; } in XDisplay()
71 Display* mXDisplay; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DWindowSurfaceProvider.cpp22 : mXDisplay(nullptr) in WindowSurfaceProvider()
37 MOZ_ASSERT(!mXDisplay); in Initialize()
42 mXDisplay = aDisplay; in Initialize()
56 MOZ_ASSERT(mXDisplay); in CreateWindowSurface()
66 return MakeUnique<WindowSurfaceXRender>(mXDisplay, mXWindow, mXVisual, mXDepth); in CreateWindowSurface()
73 return MakeUnique<WindowSurfaceX11SHM>(mXDisplay, mXWindow, mXVisual, mXDepth); in CreateWindowSurface()
78 return MakeUnique<WindowSurfaceX11Image>(mXDisplay, mXWindow, mXVisual, mXDepth); in CreateWindowSurface()
99 mWindowSurface = MakeUnique<WindowSurfaceX11Image>(mXDisplay, mXWindow, mXVisual, mXDepth); in StartRemoteDrawingInRegion()
H A DX11CompositorWidget.cpp24 mXDisplay = aWindow->XDisplay(); in X11CompositorWidget()
26 mXDisplay = XOpenDisplay(aInitData.XDisplayString().get()); in X11CompositorWidget()
32 XGetWindowAttributes(mXDisplay, mXWindow, &windowAttrs); in X11CompositorWidget()
39 mXDisplay, in X11CompositorWidget()
53 if (!mWidget && mXDisplay) { in ~X11CompositorWidget()
54 XCloseDisplay(mXDisplay); in ~X11CompositorWidget()
55 mXDisplay = nullptr; in ~X11CompositorWidget()
H A DX11CompositorWidget.h52 Display* XDisplay() const { return mXDisplay; } in XDisplay()
61 Display* mXDisplay; variable
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DWindowSurfaceProvider.cpp27 mXDisplay(nullptr), in WindowSurfaceProvider()
44 MOZ_ASSERT(!mXDisplay); in Initialize()
49 mXDisplay = aDisplay; in Initialize()
75 MOZ_ASSERT(mXDisplay); in CreateWindowSurface()
83 return MakeUnique<WindowSurfaceXRender>(mXDisplay, mXWindow, mXVisual, in CreateWindowSurface()
90 return MakeUnique<WindowSurfaceX11SHM>(mXDisplay, mXWindow, mXVisual, in CreateWindowSurface()
96 return MakeUnique<WindowSurfaceX11Image>(mXDisplay, mXWindow, mXVisual, in CreateWindowSurface()
119 mXDisplay, mXWindow, mXVisual, mXDepth, mIsShaped); in StartRemoteDrawingInRegion()
H A DGtkCompositorWidget.cpp24 mXDisplay = aWindow->XDisplay(); in GtkCompositorWidget()
26 mXDisplay = XOpenDisplay(aInitData.XDisplayString().get()); in GtkCompositorWidget()
42 if (!XGetWindowAttributes(mXDisplay, mXWindow, &windowAttrs)) { in GtkCompositorWidget()
50 mProvider.Initialize(mXDisplay, mXWindow, visual, depth, in GtkCompositorWidget()
60 if (!mWidget && mXDisplay) { in ~GtkCompositorWidget()
61 XCloseDisplay(mXDisplay); in ~GtkCompositorWidget()
62 mXDisplay = nullptr; in ~GtkCompositorWidget()
H A DGtkCompositorWidget.h60 Display* XDisplay() const { return mXDisplay; } in XDisplay()
78 Display* mXDisplay; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLX/
H A DOgreGLXGLSupport.cpp65 mXDisplay = getXDisplay(); in GLXGLSupport()
73 screenConfig = XRRGetScreenInfo(mXDisplay, DefaultRootWindow(mXDisplay)); in GLXGLSupport()
113 mCurrentMode.first.first = DisplayWidth(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
114 mCurrentMode.first.second = DisplayHeight(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
148 if (mXDisplay) in ~GLXGLSupport()
149 XCloseDisplay(mXDisplay); in ~GLXGLSupport()
780 GC gc = XCreateGC (mXDisplay, DefaultRootWindow(mXDisplay), 0, NULL); in loadIcon()
784 XFreeGC(mXDisplay, gc); in loadIcon()
824 if (! mXDisplay) in getXDisplay()
830 if (! mXDisplay) in getXDisplay()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLX/
H A DOgreGLXGLSupport.cpp70 mXDisplay = getXDisplay(); in GLXGLSupport()
78 screenConfig = XRRGetScreenInfo(mXDisplay, DefaultRootWindow(mXDisplay)); in GLXGLSupport()
118 mCurrentMode.first.first = DisplayWidth(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
119 mCurrentMode.first.second = DisplayHeight(mXDisplay, DefaultScreen(mXDisplay)); in GLXGLSupport()
153 if (mXDisplay) in ~GLXGLSupport()
154 XCloseDisplay(mXDisplay); in ~GLXGLSupport()
744 GC gc = XCreateGC (mXDisplay, DefaultRootWindow(mXDisplay), 0, NULL); in loadIcon()
748 XFreeGC(mXDisplay, gc); in loadIcon()
781 if (! mXDisplay) in getXDisplay()
787 if (! mXDisplay) in getXDisplay()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxPlatformGtk.cpp506 mXDisplay(nullptr), in GLXDisplay()
538 mXDisplay = XOpenDisplay(nullptr); in SetupGLContext()
539 if (!mXDisplay) { in SetupGLContext()
545 Window root = DefaultRootWindow(mXDisplay); in SetupGLContext()
546 int screen = DefaultScreen(mXDisplay); in SetupGLContext()
553 mXDisplay, screen, root, &cfgs, &config, &visid, forWebRender)) { in SetupGLContext()
560 mXDisplay, root, config, false, nullptr); in SetupGLContext()
676 if (mXDisplay) XCloseDisplay(mXDisplay); in Cleanup()
681 _XDisplay* mXDisplay; member in GtkVsyncSource::GLXDisplay
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxPlatformGtk.cpp657 mXDisplay(nullptr), in GLXDisplay()
689 mXDisplay = XOpenDisplay(nullptr); in SetupGLContext()
690 if (!mXDisplay) { in SetupGLContext()
696 Window root = DefaultRootWindow(mXDisplay); in SetupGLContext()
697 int screen = DefaultScreen(mXDisplay); in SetupGLContext()
704 mXDisplay, screen, root, &cfgs, &config, &visid, forWebRender)) { in SetupGLContext()
710 {}, gfx::XlibDisplay::Borrow(mXDisplay), root, config, false, in SetupGLContext()
828 if (mXDisplay) XCloseDisplay(mXDisplay); in Cleanup()
833 _XDisplay* mXDisplay; member in GtkVsyncSource::GLXDisplay
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxPlatformGtk.cpp657 mXDisplay(nullptr), in GLXDisplay()
689 mXDisplay = XOpenDisplay(nullptr); in SetupGLContext()
690 if (!mXDisplay) { in SetupGLContext()
696 Window root = DefaultRootWindow(mXDisplay); in SetupGLContext()
697 int screen = DefaultScreen(mXDisplay); in SetupGLContext()
704 mXDisplay, screen, root, &cfgs, &config, &visid, forWebRender)) { in SetupGLContext()
710 {}, gfx::XlibDisplay::Borrow(mXDisplay), root, config, false, in SetupGLContext()
828 if (mXDisplay) XCloseDisplay(mXDisplay); in Cleanup()
833 _XDisplay* mXDisplay; member in GtkVsyncSource::GLXDisplay
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPlatformGtk.cpp497 mXDisplay(nullptr), in GLXDisplay()
529 mXDisplay = XOpenDisplay(nullptr); in SetupGLContext()
530 if (!mXDisplay) { in SetupGLContext()
536 Window root = DefaultRootWindow(mXDisplay); in SetupGLContext()
537 int screen = DefaultScreen(mXDisplay); in SetupGLContext()
544 mXDisplay, screen, root, &cfgs, &config, &visid, forWebRender)) { in SetupGLContext()
551 mXDisplay, root, config, false, nullptr); in SetupGLContext()
667 XCloseDisplay(mXDisplay); in Cleanup()
672 _XDisplay* mXDisplay; member in GLXVsyncSource::GLXDisplay
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPlatformGtk.cpp680 , mXDisplay(nullptr) in GLXDisplay()
715 mXDisplay = XOpenDisplay(nullptr); in SetupGLContext()
716 if (!mXDisplay) { in SetupGLContext()
722 Window root = DefaultRootWindow(mXDisplay); in SetupGLContext()
723 int screen = DefaultScreen(mXDisplay); in SetupGLContext()
728 if (!gl::GLContextGLX::FindFBConfigForWindow(mXDisplay, screen, root, in SetupGLContext()
739 mXDisplay, in SetupGLContext()
861 XCloseDisplay(mXDisplay); in Cleanup()
866 _XDisplay* mXDisplay; member in GLXVsyncSource::GLXDisplay
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxPlatformGtk.cpp680 mXDisplay(nullptr), in GLXDisplay()
712 mXDisplay = XOpenDisplay(nullptr); in SetupGLContext()
713 if (!mXDisplay) { in SetupGLContext()
719 Window root = DefaultRootWindow(mXDisplay); in SetupGLContext()
720 int screen = DefaultScreen(mXDisplay); in SetupGLContext()
727 mXDisplay, screen, root, &cfgs, &config, &visid, forWebRender)) { in SetupGLContext()
733 {}, gfx::XlibDisplay::Borrow(mXDisplay), root, config, false, in SetupGLContext()
852 if (mXDisplay) XCloseDisplay(mXDisplay); in Cleanup()
857 _XDisplay* mXDisplay; member in GtkVsyncSource::GLXDisplay
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DSurface.cpp137 mXDisplay = xDesc->display; in Surface()
186 return mXDisplay; in GetXDisplay()

12