HomeSort by relevance Sort by last modified time
    Searched refs:xcb_atom_t (Results 1 - 6 of 6) sorted by null

  /external/libxkbcommon/xkbcommon/src/x11/
x11-priv.h 34 get_atom_name(xcb_connection_t *conn, xcb_atom_t atom, char **out);
48 const xcb_atom_t *from, xkb_atom_t *to, size_t count);
51 adopt_atom(struct xkb_context *ctx, xcb_connection_t *conn, xcb_atom_t atom,
util.c 126 get_atom_name(xcb_connection_t *conn, xcb_atom_t atom, char **out)
158 const xcb_atom_t *from, xkb_atom_t *to, const size_t count)
213 adopt_atom(struct xkb_context *ctx, xcb_connection_t *conn, xcb_atom_t atom,
keymap.c 856 xcb_atom_t *key_type_names_iter =
862 xcb_atom_t *kt_level_names_iter =
869 xcb_atom_t wire_type_name = *key_type_names_iter;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
ShellXcb.h 48 xcb_atom_t wm_protocols_;
49 xcb_atom_t wm_delete_window_;
ShellXcb.cpp 62 xcb_atom_t intern_atom(xcb_connection_t *c, xcb_intern_atom_cookie_t cookie) {
63 xcb_atom_t atom = XCB_ATOM_NONE;
123 xcb_atom_t utf8_string = intern_atom(c_, utf8_string_cookie);
124 xcb_atom_t _net_wm_name = intern_atom(c_, _net_wm_name_cookie);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 104 typedef uint32_t xcb_atom_t; typedef
110 xcb_atom_t *data; /**< */
981 xcb_atom_t atom; /**< */
999 xcb_atom_t selection; /**< */
1092 xcb_atom_t selection; /**< */
1093 xcb_atom_t target; /**< */
1094 xcb_atom_t property; /**< */
1109 xcb_atom_t selection; /**< */
1110 xcb_atom_t target; /**< */
1111 xcb_atom_t property; /**< *
    [all...]

Completed in 80 milliseconds