Searched refs:notify (Results 1 - 25 of 58) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dcontext.cpp29 const notify_action &notify) :
30 notify(notify), props(props), devs(devs) {
27 context(const property_list & props,const ref_vector<device> & devs,const notify_action & notify) argument
H A Dcontext.hpp42 const notify_action &notify);
59 const notify_action notify; member in class:clover::context
H A Dqueue.cpp41 queue->context().notify(buffer);
52 if (ctx.notify) {
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_notify.c33 present_notify_ptr notify; local in function:present_clear_window_notifies
39 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) {
40 notify->window = NULL;
45 * 'notify' is being freed; remove it from the window's notify list
49 present_free_window_notify(present_notify_ptr notify) argument
51 xorg_list_del(&notify->window_list);
55 * 'notify' is new; add it to the specified window
59 present_add_window_notify(present_notify_ptr notify) argument
61 WindowPtr window = notify
[all...]
/xsrc/external/mit/xdm/dist/
H A Dxdm.service.in7 Type=notify
/xsrc/external/mit/xorg-server/dist/include/
H A Dbusfault.h35 busfault_register_mmap(void *addr, size_t size, busfault_notify_ptr notify, void *context);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dcontext.hpp48 const notify_action &notify);
76 const notify_action notify; member in class:clover::context
H A Dcontext.cpp29 const notify_action &notify) :
30 notify(notify), props(props), devs(devs) {
27 context(const property_list & props,const ref_vector<device> & devs,const notify_action & notify) argument
H A Dqueue.cpp41 queue->context().notify(buffer);
52 if (ctx.notify) {
78 if (ctx.notify) {
/xsrc/external/mit/xorg-server/dist/os/
H A Dbusfault.c46 busfault_notify_ptr notify; member in struct:busfault
54 busfault_register_mmap(void *addr, size_t size, busfault_notify_ptr notify, void *context) argument
64 busfault->notify = notify;
91 (*busfault->notify)(busfault->context);
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DSmeP.h53 XtWidgetProc notify; member in struct:_SmeClassPart
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h22 struct nouveau_bo *notify; member in struct:nv30_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h22 struct nouveau_bo *notify; member in struct:nv30_screen
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.h90 void (*notify)(void *arg, void *data),
95 void (*notify)(void *arg,
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_display.c149 int notify; local in function:interface_get_command
161 SPICE_RING_POP(ring, notify);
162 if (notify) {
189 int notify; local in function:qxl_push_free_res
206 SPICE_RING_PUSH(ring, notify);
207 dprint(qxl, 2, "free: push %d items, notify %s, ring %d/%d [%d,%d]\n",
208 qxl->num_free_res, notify ? "yes" : "no",
211 if (notify) {
258 int notify; local in function:interface_get_cursor_command
268 SPICE_RING_POP(ring, notify);
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c79 char *notify = NULL; local in function:lnxACPIGetEventFromOs
90 notify = strtok(NULL, " ");
91 notify_l = strtoul(notify, NULL, 16);
93 ErrorF("notify: 0x%lx\n",notify_l);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c78 char *notify = NULL; local in function:lnxACPIGetEventFromOs
90 if (!(notify = strtok(NULL, " ")))
92 notify_l = strtoul(notify, NULL, 16);
94 ErrorF("notify: 0x%lx\n", notify_l);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.h88 void (*notify) (void *arg, void *data),
94 void (*notify) (void *arg, void *data),
/xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
H A Dnouveau_noop.c130 struct nouveau_shim_bo *notify = calloc(1, sizeof(*notify)); local in function:nouveau_ioctl_channel_alloc
131 drm_shim_bo_init(&notify->base, 0x1000);
132 notify->offset = nouveau.next_offset;
134 alloc->notifier_handle = drm_shim_bo_get_handle(shim_fd, &notify->base);
136 drm_shim_bo_put(&notify->base);
/xsrc/external/mit/libXaw/dist/src/
H A DSme.c122 Notify, /* notify */
156 if (m_ent->sme_class.notify == XtInheritNotify)
157 m_ent->sme_class.notify = superC->sme_class.notify;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp48 const auto notify = (!pfn_notify ? context::notify_action() : local in function:clCreateContext
54 return desc(new context(props, devs, notify));
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddebugging.rst4 Normally Mesa (and OpenGL) records but does not notify the user of
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dquartz.h84 unsigned int key[2], void (*notify) (void *arg, void *data),
88 void (*notify) (void *arg, void *data), void *notify_data);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dquartz.h88 unsigned int key[2], void (*notify)(void *arg, void *data),
92 void (*notify)(void *arg, void *data), void *notify_data);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwm.c1228 xcb_create_notify_event_t *notify = (xcb_create_notify_event_t *)event; local in function:winMultiWindowXMsgProc
1232 xcb_change_window_attributes (pProcArg->conn, notify->window,
1236 if (!IsOverrideRedirect(pProcArg->conn, notify->window)) {
1238 xcb_configure_window(pProcArg->conn, notify->window,
1258 xcb_map_notify_event_t *notify = (xcb_map_notify_event_t *)event; local in function:winMultiWindowXMsgProc
1265 cookie = xcb_get_geometry(pProcArg->conn, notify->window);
1266 cookie_qt = xcb_query_tree(pProcArg->conn, notify->window);
1275 if ((reply->root == reply_qt->parent) && !notify->override_redirect) {
1279 event_send.event = notify->window;
1280 event_send.window = notify
1307 xcb_configure_notify_event_t *notify = (xcb_configure_notify_event_t *)event; local in function:winMultiWindowXMsgProc
1318 xcb_property_notify_event_t *notify = (xcb_property_notify_event_t *)event; local in function:winMultiWindowXMsgProc
[all...]

Completed in 13 milliseconds

123