| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | context.cpp | 29 const notify_action ¬ify) : 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 D | context.hpp | 42 const notify_action ¬ify); 59 const notify_action notify; member in class:clover::context
|
| H A D | queue.cpp | 41 queue->context().notify(buffer); 52 if (ctx.notify) {
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_notify.c | 33 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(¬ify->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 D | xdm.service.in | 7 Type=notify
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | busfault.h | 35 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 D | context.hpp | 48 const notify_action ¬ify); 76 const notify_action notify; member in class:clover::context
|
| H A D | context.cpp | 29 const notify_action ¬ify) : 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 D | queue.cpp | 41 queue->context().notify(buffer); 52 if (ctx.notify) { 78 if (ctx.notify) {
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | busfault.c | 46 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 D | SmeP.h | 53 XtWidgetProc notify; member in struct:_SmeClassPart
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 22 struct nouveau_bo *notify; member in struct:nv30_screen
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 22 struct nouveau_bo *notify; member in struct:nv30_screen
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | dri.h | 90 void (*notify)(void *arg, void *data), 95 void (*notify)(void *arg,
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_display.c | 149 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 D | lnx_acpi.c | 79 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 D | lnx_acpi.c | 78 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 D | dri.h | 88 void (*notify) (void *arg, void *data), 94 void (*notify) (void *arg, void *data),
|
| /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/ |
| H A D | nouveau_noop.c | 130 struct nouveau_shim_bo *notify = calloc(1, sizeof(*notify)); local in function:nouveau_ioctl_channel_alloc 131 drm_shim_bo_init(¬ify->base, 0x1000); 132 notify->offset = nouveau.next_offset; 134 alloc->notifier_handle = drm_shim_bo_get_handle(shim_fd, ¬ify->base); 136 drm_shim_bo_put(¬ify->base);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Sme.c | 122 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 D | context.cpp | 48 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 D | debugging.rst | 4 Normally Mesa (and OpenGL) records but does not notify the user of
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartz.h | 84 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 D | quartz.h | 88 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 D | winmultiwindowwm.c | 1228 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...] |