Searched refs:XInternAtom (Results 1 - 12 of 12) sorted by relevance
/third_party/glfw/src/ |
H A D | x11_init.c | 501 const Atom atom = XInternAtom(_glfw.x11.display, atomName, False); in getAtomIfSupported() 914 _glfw.x11.NULL_ = XInternAtom(_glfw.x11.display, "NULL", False); in initExtensions() 915 _glfw.x11.UTF8_STRING = XInternAtom(_glfw.x11.display, "UTF8_STRING", False); in initExtensions() 916 _glfw.x11.ATOM_PAIR = XInternAtom(_glfw.x11.display, "ATOM_PAIR", False); in initExtensions() 920 XInternAtom(_glfw.x11.display, "GLFW_SELECTION", False); in initExtensions() 923 _glfw.x11.TARGETS = XInternAtom(_glfw.x11.display, "TARGETS", False); in initExtensions() 924 _glfw.x11.MULTIPLE = XInternAtom(_glfw.x11.display, "MULTIPLE", False); in initExtensions() 925 _glfw.x11.PRIMARY = XInternAtom(_glfw.x11.display, "PRIMARY", False); in initExtensions() 926 _glfw.x11.INCR = XInternAtom(_glfw.x11.display, "INCR", False); in initExtensions() 927 _glfw.x11.CLIPBOARD = XInternAtom(_glf in initExtensions() [all...] |
H A D | x11_platform.h | 246 #define XInternAtom _glfw.x11.xlib.InternAtom macro
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 159 fWmDeleteMessage = XInternAtom(display, "WM_DELETE_WINDOW", False); in initWindow() 328 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in handleEvent() 329 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0); in handleEvent() 463 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in getClipboardText() 464 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0), in getClipboardText() 465 XSEL_DATA = XInternAtom(fDisplay, "XSEL_DATA", 0); in getClipboardText() 501 Atom CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0); in setClipboardText()
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 342 WM_DELETE_WINDOW = XInternAtom(mDisplay, "WM_DELETE_WINDOW", False); in initializeImpl() 343 WM_PROTOCOLS = XInternAtom(mDisplay, "WM_PROTOCOLS", False); in initializeImpl() 357 TEST_EVENT = XInternAtom(mDisplay, "ANGLE_TEST_EVENT", False); in initializeImpl()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | test_surface.c | 71 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
H A D | test_blocks.c | 74 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
H A D | test_context.c | 70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
H A D | test_subpicture.c | 97 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
H A D | xvmc_bench.c | 227 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
H A D | test_rendering.c | 179 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11.cpp | 87 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False); in XlibDisplay()
|
/third_party/ffmpeg/libavdevice/ |
H A D | xv.c | 160 xv->wm_delete_message = XInternAtom(xv->display, "WM_DELETE_WINDOW", False); in xv_write_header()
|
Completed in 10 milliseconds