| /xsrc/external/mit/xterm/dist/package/debian/ |
| prerm | 7 update-alternatives --remove x-terminal-emulator /usr/bin/xterm-dev
|
| postinst | 15 update-alternatives \
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| g80_display.h | 19 void G80CrtcEnableCursor(xf86CrtcPtr, Bool update); 20 void G80CrtcDisableCursor(xf86CrtcPtr, Bool update); 23 void G80CrtcSetDither(xf86CrtcPtr, Bool dither, Bool update);
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| update-copyright | 3 # Run the `update-copyright-year' script on all files in the git repository, 12 | xargs $toolsdir/update-copyright-year
|
| /xsrc/external/mit/libdrm/dist/ |
| xf86drmSL.c | 138 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) 149 update[i] = entry; 159 SLEntryPtr update[SL_MAX_LEVEL + 1]; local 165 entry = SLLocate(list, key, update); 173 update[level] = list->head; 180 entry->forward[i] = update[i]->forward[i]; 181 update[i]->forward[i] = entry; 191 SLEntryPtr update[SL_MAX_LEVEL + 1]; local 197 entry = SLLocate(list, key, update); 203 if (update[i]->forward[i] == entry 218 SLEntryPtr update[SL_MAX_LEVEL + 1]; local 236 SLEntryPtr update[SL_MAX_LEVEL + 1] = {0}; local [all...] |
| /xsrc/external/mit/libXcomposite/dist/include/X11/extensions/ |
| Xcomposite.h | 74 XCompositeRedirectWindow (Display *dpy, Window window, int update); 77 XCompositeRedirectSubwindows (Display *dpy, Window window, int update); 80 XCompositeUnredirectWindow (Display *dpy, Window window, int update); 83 XCompositeUnredirectSubwindows (Display *dpy, Window window, int update);
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| compalloc.c | 136 compRedirectWindow(ClientPtr pClient, WindowPtr pWin, int update) 153 * Only one Manual update is allowed 155 if (cw && update == CompositeRedirectManual) 157 if (ccw->update == CompositeRedirectManual) 169 ccw->update = update; 192 cw->update = CompositeRedirectAutomatic; 205 if (ccw->update == CompositeRedirectManual) { 213 cw->update = CompositeRedirectManual; 215 else if (cw->update == CompositeRedirectAutomatic && !cw->damageRegistered) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| compalloc.c | 111 compRedirectWindow (ClientPtr pClient, WindowPtr pWin, int update) 126 * Only one Manual update is allowed 128 if (cw && update == CompositeRedirectManual) 130 if (ccw->update == CompositeRedirectManual) 142 ccw->update = update; 176 cw->update = CompositeRedirectAutomatic; 189 if (ccw->update == CompositeRedirectManual) 206 cw->update = CompositeRedirectManual; 245 if (ccw->update == CompositeRedirectManual [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| build-fossilize.sh | 8 git submodule update --init
|
| build-gfxreconstruct.sh | 10 git submodule update --init 11 git submodule update
|
| build-apitrace.sh | 10 git submodule update --init --depth 1 --recursive
|
| build-vkd3d-proton.sh | 33 git submodule update --init --recursive 34 git submodule update --recursive
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| varray.h | 55 inline void update( Arc *, long[2], REAL );
|
| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| shadow.c | 61 if (!pBuf || !pBuf->pDamage || !pBuf->update) 65 (*pBuf->update) (pScreen, pBuf); 139 pBuf->update = 0; 150 shadowAdd(ScreenPtr pScreen, PixmapPtr pPixmap, ShadowUpdateProc update, 173 pBuf->update = update; 189 pBuf->update = 0;
|
| /xsrc/external/mit/libXaw/dist/examples/ |
| xawhisto.c | 16 static void update(XtPointer client_data, XtIntervalId * id) function 26 timerId = XtAppAddTimeOut(app_context, 500 , update, app_context); 78 timerId = XtAppAddTimeOut(app_context, 0, update, app_context);
|
| /xsrc/external/mit/libXcomposite/dist/src/ |
| Xcomposite.c | 251 XCompositeRedirectWindow (Display *dpy, Window window, int update) 262 req->update = (CARD8) update; 268 XCompositeRedirectSubwindows (Display *dpy, Window window, int update) 279 req->update = (CARD8) update; 285 XCompositeUnredirectWindow (Display *dpy, Window window, int update) 296 req->update = (CARD8) update; 302 XCompositeUnredirectSubwindows (Display *dpy, Window window, int update) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| mergedbs.py | 42 regdb.update(RegisterDatabase.from_json(json.load(filp)))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_state.h | 38 void (*update)(struct i915_context *); member in struct:i915_tracked_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_state.h | 39 void (*update)(struct i915_context *); member in struct:i915_tracked_state
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| present_vblank.c | 52 RegionPtr update, 94 if (update) { 95 vblank->update = RegionDuplicate(update); 96 if (!vblank->update) 155 RegionPtr update, 173 if (present_vblank_init(vblank, window, pixmap, serial, valid, update, 220 if (vblank->update) 221 RegionDestroy(vblank->update);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/shadow/ |
| shadow.c | 57 if (!pBuf || !pBuf->pDamage || !pBuf->update) 61 (*pBuf->update)(pScreen, pBuf); 166 pBuf->update = 0; 180 shadowAdd(ScreenPtr pScreen, PixmapPtr pPixmap, ShadowUpdateProc update, 207 pBuf->update = update; 223 pBuf->update = 0; 235 shadowInit(ScreenPtr pScreen, ShadowUpdateProc update, ShadowWindowProc window) 249 shadowAdd(pScreen, pPixmap, update, window, SHADOW_ROTATE_0, 0);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| compositeproto.h | 88 CARD8 update; member in struct:__anon11453 100 CARD8 update; member in struct:__anon11454 112 CARD8 update; member in struct:__anon11455 124 CARD8 update; member in struct:__anon11456
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_descriptor_set.c | 557 struct vn_update_descriptor_sets *update = storage; local 558 update->write_count = write_count; 559 update->writes = storage + writes_offset; 560 update->images = storage + images_offset; 561 update->buffers = storage + buffers_offset; 562 update->views = storage + views_offset; 564 return update; 588 struct vn_update_descriptor_sets *update = local 591 if (!update) 600 memcpy(update->writes, writes, sizeof(*writes) * write_count) 676 struct vn_update_descriptor_sets *update = local 731 struct vn_update_descriptor_sets *update = vn_update_descriptor_sets_alloc( local 864 struct vn_update_descriptor_sets *update = templ->update; local [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| kshadow.c | 62 KdShadowSet(ScreenPtr pScreen, int randr, ShadowUpdateProc update, 71 update, window, randr, 0);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kshadow.c | 63 KdShadowSet (ScreenPtr pScreen, int randr, ShadowUpdateProc update, ShadowWindowProc window) 72 update, window, randr, 0);
|