Home
last modified time | relevance | path

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

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_surface_glx.cc273 XSync(gfx::GetXDisplay(), x11::False); in SGIVideoSyncProviderThreadShim()
447 if (!gfx::GetXDisplay()) { in InitializeOneOff()
470 XCreateColormap(gfx::GetXDisplay(), DefaultRootWindow(gfx::GetXDisplay()), in InitializeOneOff()
478 if (!CreateDummyWindow(gfx::GetXDisplay())) { in InitializeOneOff()
540 Display* display = gfx::GetXDisplay(); in QueryGLXExtensions()
604 return gfx::GetXDisplay(); in GetDisplay()
653 XMapWindow(gfx::GetXDisplay(), window_); in Initialize()
656 XFlush(gfx::GetXDisplay()); in Initialize()
708 XFlush(gfx::GetXDisplay()); in Destroy()
734 XDisplay* display = gfx::GetXDisplay(); in SwapBuffers()
[all …]
H A Dgl_image_glx.cc39 glXDestroyGLXPixmap(gfx::GetXDisplay(), glx_pixmap_); in ~GLImageGLX()
51 glXCreatePixmap(gfx::GetXDisplay(), fb_config, pixmap, pixmap_attribs); in Initialize()
84 glXBindTexImageEXT(gfx::GetXDisplay(), glx_pixmap_, GLX_FRONT_LEFT_EXT, in BindTexImage()
93 glXReleaseTexImageEXT(gfx::GetXDisplay(), glx_pixmap_, GLX_FRONT_LEFT_EXT); in ReleaseTexImage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/window/
H A Dsalframe.cxx655 XSync( GetXDisplay(), False ); in Init()
1108 XGetWMNormalHints( GetXDisplay(), in SetMaxClientSize()
1116 XSetWMNormalHints( GetXDisplay(), in SetMaxClientSize()
1133 XGetWMNormalHints( GetXDisplay(), in SetMinClientSize()
1141 XSetWMNormalHints( GetXDisplay(), in SetMinClientSize()
1266 XSync( GetXDisplay(), False ); in Show()
2508 XQueryPointer( GetXDisplay(), in GetPointerState()
3413 if( XQueryTree( GetXDisplay(), in RestackChildren()
3473 XResizeWindow( GetXDisplay(), in HandleSizeEvent()
3666 XGetGeometry( GetXDisplay(), in HandleReparentEvent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/window/
H A Dsalframe.cxx672 XSync( GetXDisplay(), False ); in Init()
719 XSetWMNormalHints( GetXDisplay(), in Init()
1227 XGrabPointer( GetXDisplay(), in Show()
1273 XSync( GetXDisplay(), False ); in Show()
1502 XGetGeometry( GetXDisplay(), in Center()
2018 if( XIconifyWindow( GetXDisplay(), in Minimize()
2520 XQueryPointer( GetXDisplay(), in GetPointerState()
3418 if( XQueryTree( GetXDisplay(), in RestackChildren()
3479 XResizeWindow( GetXDisplay(), in HandleSizeEvent()
3672 XGetGeometry( GetXDisplay(), in HandleReparentEvent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/x/
H A Dx11_util.cc164 if (!gfx::GetXDisplay()) in GetWindowManagerName()
187 XDisplay* display = gfx::GetXDisplay(); in GetMaxCursorSize()
454 XDefineCursor(gfx::GetXDisplay(), DefaultRootWindow(gfx::GetXDisplay()), in HideHostCursor()
494 XChangeProperty(gfx::GetXDisplay(), in SetUseOSWindowFrame()
531 XDisplay* display = gfx::GetXDisplay(); in ClearX11DefaultRootWindow()
880 XChangeProperty(gfx::GetXDisplay(), in SetIntArrayProperty()
913 XChangeProperty(gfx::GetXDisplay(), in SetAtomArrayProperty()
929 XChangeProperty(gfx::GetXDisplay(), in SetStringProperty()
1335 gfx::GetXDisplay(), DefaultRootWindow(gfx::GetXDisplay()), property, 0, in GetICCProfileForMonitor()
1359 auto* display = gfx::GetXDisplay(); in IsSyncExtensionAvailable()
[all …]
H A Dx11_pointer_grab.cc45 result = XIGrabDevice(gfx::GetXDisplay(), master_pointer, window, in GrabPointer()
59 result = XGrabPointer(gfx::GetXDisplay(), window, owner_events, event_mask, in GrabPointer()
82 XIUngrabDevice(gfx::GetXDisplay(), master_pointer, x11::CurrentTime); in UngrabPointer()
85 XUngrabPointer(gfx::GetXDisplay(), x11::CurrentTime); in UngrabPointer()
H A Dx11_display_util.cc68 XDisplay* xdisplay = gfx::GetXDisplay(); in ClipWorkArea()
160 gfx::GetXDisplay(), &randr_version_major, &randr_version_minor); in IsRandRAvailable()
166 Display* display = gfx::GetXDisplay(); in GetEDIDProperty()
222 XDisplay* display = gfx::GetXDisplay(); in GetFallbackDisplayList()
255 XDisplay* xdisplay = gfx::GetXDisplay(); in BuildDisplaysFromXRandRInfo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/vulkan/x/
H A Dvulkan_surface_x11.cc17 XSelectInput(gfx::GetXDisplay(), surface_->window_, ExposureMask); in ExposeEventForwarder()
44 XDisplay* display = gfx::GetXDisplay(); in Create()
91 XResizeWindow(gfx::GetXDisplay(), window_, size.width(), size.height()); in Reshape()
102 XSendEvent(gfx::GetXDisplay(), parent_window_, False, ExposureMask, in ForwardXExposeEvent()
104 XFlush(gfx::GetXDisplay()); in ForwardXExposeEvent()
H A Dvulkan_implementation_x11.cc34 auto* display = gfx::GetXDisplay(); in IsVulkanSurfaceSupported()
78 gfx::GetXDisplay(); in VulkanImplementationX11()
141 XDisplay* display = gfx::GetXDisplay(); in GetPhysicalDevicePresentationSupport()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/idle/
H A Didle_query_x11.cc17 if (XScreenSaverQueryExtension(gfx::GetXDisplay(), &event_base, in IdleData()
37 if (XScreenSaverQueryInfo(gfx::GetXDisplay(), in IdleTime()
38 XRootWindow(gfx::GetXDisplay(), 0), in IdleTime()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/x11/
H A Dx11_cursor_ozone.cc49 xcursor_ = XcursorImageLoadCursor(gfx::GetXDisplay(), image); in X11CursorOzone()
66 xcursor_ = XcursorImagesLoadCursor(gfx::GetXDisplay(), images); in X11CursorOzone()
71 xcursor_ = XcursorLibraryLoadCursor(gfx::GetXDisplay(), name); in X11CursorOzone()
84 XFreeCursor(gfx::GetXDisplay(), xcursor_); in ~X11CursorOzone()
H A Dozone_platform_x11.cc169 gtk_ui_delegate_ = std::make_unique<GtkUiDelegateX11>(gfx::GetXDisplay()); in InitializeUI()
199 CHECK(gfx::GetXDisplay()) << "Missing X server or $DISPLAY"; in InitializeCommon()
211 XDisplay* display = gfx::GetXDisplay(); in CreatePlatformEventSource()
H A Dgl_surface_egl_ozone_x11.cc39 if (XGetWindowAttributes(gfx::GetXDisplay(), window_, &win_attribs)) { in GetConfig()
90 XResizeWindow(gfx::GetXDisplay(), window_, size.width(), size.height()); in Resize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/gdi/
H A Dgdiimpl.cxx195 Display *pDisplay = mrParent.GetXDisplay(); in freeResources()
345 Display *pDisplay = mrParent.GetXDisplay(); in SelectBrush()
384 Display *pDisplay = mrParent.GetXDisplay(); in SelectPen()
423 XDrawLines( mrParent.GetXDisplay(), in DrawLines()
431 XDrawLines( mrParent.GetXDisplay(), in DrawLines()
501 XCopyArea( mrParent.GetXDisplay(), in copyBits()
1136 Display *pDisplay = mrParent.GetXDisplay(); in drawPixel()
1172 XFillRectangle( mrParent.GetXDisplay(), in drawRect()
1179 XDrawRectangle( mrParent.GetXDisplay(), in drawRect()
1256 XFillPolygon( mrParent.GetXDisplay(), in drawPolygon()
[all …]
H A Dsalvd.cxx131 hDrawable_ = limitXCreatePixmap( GetXDisplay(), in X11SalVirtualDevice()
167 XFreePixmap( GetXDisplay(), GetDrawable() ); in ~X11SalVirtualDevice()
192 Pixmap h = limitXCreatePixmap( GetXDisplay(), in SetSize()
200 hDrawable_ = limitXCreatePixmap( GetXDisplay(), in SetSize()
210 XFreePixmap( GetXDisplay(), GetDrawable() ); in SetSize()
H A Dsalgdi.cxx104 Display *pDisplay = GetXDisplay(); in freeResources()
185 Display *pDisplay = GetXDisplay(); in SetClipRegion()
254 XImage *pImage = XCreateImage( GetXDisplay(), in GetDitherPixmap()
265 hBrush_ = limitXCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap()
268 XPutImage( GetXDisplay(), in GetDitherPixmap()
483 aRes.pDisplay = GetXDisplay(); in GetGraphicsData()
502 Display *pDisplay = GetXDisplay(); in SupportsCairo()
791 cairo_surface_t* surface = cairo_xlib_surface_create(GetXDisplay(), hDrawable_, in getCairoContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/gdi/
H A Dgdiimpl.cxx192 Display *pDisplay = mrParent.GetXDisplay(); in freeResources()
343 Display *pDisplay = mrParent.GetXDisplay(); in SelectBrush()
382 Display *pDisplay = mrParent.GetXDisplay(); in SelectPen()
421 XDrawLines( mrParent.GetXDisplay(), in DrawLines()
429 XDrawLines( mrParent.GetXDisplay(), in DrawLines()
499 XCopyArea( mrParent.GetXDisplay(), in copyBits()
1122 Display *pDisplay = mrParent.GetXDisplay(); in drawPixel()
1159 XFillRectangle( mrParent.GetXDisplay(), in drawRect()
1166 XDrawRectangle( mrParent.GetXDisplay(), in drawRect()
1243 XFillPolygon( mrParent.GetXDisplay(), in drawPolygon()
[all …]
H A Dsalvd.cxx139 hDrawable_ = limitXCreatePixmap( GetXDisplay(), in X11SalVirtualDevice()
171 XFreePixmap( GetXDisplay(), GetDrawable() ); in ~X11SalVirtualDevice()
196 Pixmap h = limitXCreatePixmap( GetXDisplay(), in SetSize()
204 hDrawable_ = limitXCreatePixmap( GetXDisplay(), in SetSize()
214 XFreePixmap( GetXDisplay(), GetDrawable() ); in SetSize()
H A Dsalgdi.cxx99 Display *pDisplay = GetXDisplay(); in freeResources()
180 Display *pDisplay = GetXDisplay(); in SetClipRegion()
249 XImage *pImage = XCreateImage( GetXDisplay(), in GetDitherPixmap()
260 hBrush_ = limitXCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap()
263 XPutImage( GetXDisplay(), in GetDitherPixmap()
474 aRes.pDisplay = GetXDisplay(); in GetGraphicsData()
486 Display *pDisplay = GetXDisplay(); in SupportsCairo()
762 cairo_surface_t* surface = cairo_xlib_surface_create(GetXDisplay(), hDrawable_, in getCairoContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.cc140 CreateDragInputWindow(gfx::GetXDisplay()); in RunMoveLoop()
156 XDestroyWindow(gfx::GetXDisplay(), grab_input_window_); in RunMoveLoop()
220 XDisplay* display = gfx::GetXDisplay(); in EndMoveLoop()
237 XDisplay* display = gfx::GetXDisplay(); in GrabPointer()
251 XDisplay* display = gfx::GetXDisplay(); in GrabEscKey()
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc90 Display* display = gfx::GetXDisplay(); in DispatchMouseMotionEvent()
122 XSynchronize(gfx::GetXDisplay(), x11::True); in SetUp()
126 XSynchronize(gfx::GetXDisplay(), x11::False); in TearDown()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/cursor/
H A Dcursor_loader_x11.cc40 ::Cursor cursor = XcursorLibraryLoadCursor(gfx::GetXDisplay(), name); in LoadFontCursor()
48 ::Cursor cursor = XCreateFontCursor(gfx::GetXDisplay(), shape); in LoadFontCursor()
173 : display_(gfx::GetXDisplay()), in CursorLoaderX11()
174 invisible_cursor_(CreateInvisibleCursor(), gfx::GetXDisplay()) { in CursorLoaderX11()
216 XcursorImagesLoadCursor(gfx::GetXDisplay(), x_images), x_images); in LoadAnimatedCursor()
226 XFreeCursor(gfx::GetXDisplay(), cursor.second.first); in UnloadAll()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/x/
H A Dx11_error_tracker.cc29 XSync(GetXDisplay(), False); in X11ErrorTracker()
40 XSync(GetXDisplay(), False); in FoundNewError()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/src/
H A Dvaapi_device.cpp63 Display* display = VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()); in Init()
90 m_xcbconn = x11xcblib.XGetXCBConnection(VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay())); in Init()
115 Display* display = VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()); in Close()
162 Display* display = VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()); in RenderFrame()
243 x11lib.XResizeWindow(VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()), in RenderFrame()
245 x11lib.XGetGeometry(VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()), in RenderFrame()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/src/
H A Dvaapi_device.cpp52 Display* display = VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()); in Init()
78 m_xcbconn = x11xcblib.XGetXCBConnection(VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay())); in Init()
118 Display* display = VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()); in Close()
160 Display* display = VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()); in RenderFrame()
241 x11lib.XResizeWindow(VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()), in RenderFrame()
245 x11lib.XGetGeometry(VAAPI_GET_X_DISPLAY(m_X11LibVA.GetXDisplay()), in RenderFrame()

12345