Home
last modified time | relevance | path

Searched refs:XInternAtom (Results 1 – 24 of 24) sorted by relevance

/external/skia/tools/sk_app/unix/
DWindow_unix.cpp155 fWmDeleteMessage = XInternAtom(display, "WM_DELETE_WINDOW", False); in initWindow()
324 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in handleEvent()
325 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0); in handleEvent()
466 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in getClipboardText()
467 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0), in getClipboardText()
468 XSEL_DATA = XInternAtom(fDisplay, "XSEL_DATA", 0); in getClipboardText()
504 Atom CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0); in setClipboardText()
/external/webrtc/modules/desktop_capture/
Dscreen_drawer_linux.cc149 Atom state_above = XInternAtom(display_->display(), "_NET_WM_STATE_ABOVE", 1); in BringToFront()
150 Atom window_state = XInternAtom(display_->display(), "_NET_WM_STATE", 1); in BringToFront()
/external/webrtc/modules/desktop_capture/linux/x11/
Dx_atom_cache.cc46 *atom = XInternAtom(display(), name, True); in CreateIfNotExist()
Dwindow_capturer_x11.cc112 Atom atom = XInternAtom(display(), "_NET_ACTIVE_WINDOW", True); in FocusOnSelectedSource()
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_surface.c71 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
Dtest_blocks.c74 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
Dtest_context.c70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
Dtest_subpicture.c97 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
Dtest_rendering.c179 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
Dxvmc_bench.c227 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
/external/angle/util/linux/x11/
DX11Window.cpp358 WM_DELETE_WINDOW = XInternAtom(mDisplay, "WM_DELETE_WINDOW", False); in initializeImpl()
359 WM_PROTOCOLS = XInternAtom(mDisplay, "WM_PROTOCOLS", False); in initializeImpl()
373 TEST_EVENT = XInternAtom(mDisplay, "ANGLE_TEST_EVENT", False); in initializeImpl()
/external/swiftshader/tests/regres/deqp-patches/
Ddeqp-x11.patch37 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False);
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh42 --allowlist-function XInternAtom \
Dxlib.rs2594 pub fn XInternAtom( in XInternAtom() function
/external/webrtc/test/linux/
Dglx_renderer.cc69 Atom wm_delete = XInternAtom(display_, "WM_DELETE_WINDOW", True); in Init()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp87 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False); in XlibDisplay()
/external/ImageMagick/MagickCore/
Dxwindow.c1316 map_property=XInternAtom(display,(char *) map_name,MagickTrue); in XBestVisualInfo()
1340 map_property=XInternAtom(display,(char *) colormap[i],MagickTrue); in XBestVisualInfo()
1626 state=XInternAtom(display,"WM_STATE",MagickTrue); in XClientWindow()
1895 property=XInternAtom(display,"_XSETROOT_ID",MagickFalse); in XDestroyWindowColors()
5148 windows->wm_protocols=XInternAtom(display,"WM_PROTOCOLS",MagickFalse); in XInitializeWindows()
5149 windows->wm_delete_window=XInternAtom(display,"WM_DELETE_WINDOW",MagickFalse); in XInitializeWindows()
5150 windows->wm_take_focus=XInternAtom(display,"WM_TAKE_FOCUS",MagickFalse); in XInitializeWindows()
5151 windows->im_protocols=XInternAtom(display,"IM_PROTOCOLS",MagickFalse); in XInitializeWindows()
5153 XInternAtom(display,"IM_REMOTE_COMMAND",MagickFalse); in XInitializeWindows()
5154 windows->im_update_widget=XInternAtom(display,"IM_UPDATE_WIDGET",MagickFalse); in XInitializeWindows()
[all …]
Danimate.c615 mozilla_atom=XInternAtom(display,"_MOZILLA_VERSION",MagickFalse); in XMagickCommand()
627 mozilla_atom=XInternAtom(display,"_MOZILLA_COMMAND",MagickFalse); in XMagickCommand()
2348 selection=XInternAtom(display,"DndSelection",MagickFalse); in XAnimateImages()
Dvms.h189 #define XInternAtom XINTERNATOM macro
Ddisplay.c9228 mozilla_atom=XInternAtom(display,"_MOZILLA_VERSION",MagickFalse); in XMagickCommand()
9240 mozilla_atom=XInternAtom(display,"_MOZILLA_COMMAND",MagickFalse); in XMagickCommand()
15484 selection=XInternAtom(display,"DndSelection",MagickFalse); in XDisplayImage()
/external/igt-gpu-tools/overlay/x11/
Dx11-overlay.c278 XvSetPortAttribute(dpy, port, XInternAtom(dpy, "XV_ALWAYS_ON_TOP", True), 1); in x11_overlay_create()
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c630 atom = XInternAtom(x_display, "_NET_WM_STATE_FULLSCREEN", true); in XInitialize()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs645 let mut delete_window_atom = xlib::XInternAtom( in create_surface()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c173 overlayVisualsAtom = XInternAtom(dpy,"SERVER_OVERLAY_VISUALS", True); in GetOverlayInfo()