Home
last modified time | relevance | path

Searched refs:XInternAtom (Results 1 - 12 of 12) sorted by relevance

/third_party/glfw/src/
H A Dx11_init.c501 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 Dx11_platform.h246 #define XInternAtom _glfw.x11.xlib.InternAtom macro
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp159 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 DX11Window.cpp342 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 Dtest_surface.c71 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
H A Dtest_blocks.c74 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
H A Dtest_context.c70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
H A Dtest_subpicture.c97 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
H A Dxvmc_bench.c227 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
H A Dtest_rendering.c179 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); in main()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp87 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False); in XlibDisplay()
/third_party/ffmpeg/libavdevice/
H A Dxv.c160 xv->wm_delete_message = XInternAtom(xv->display, "WM_DELETE_WINDOW", False); in xv_write_header()

Completed in 10 milliseconds