Searched refs:update (Results 1 - 25 of 552) sorted by relevance

1234567891011>>

/xsrc/external/mit/xterm/dist/package/debian/
H A Dprerm7 update-alternatives --remove x-terminal-emulator /usr/bin/xterm-dev
H A Dpostinst15 update-alternatives \
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_display.h19 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/
H A Dupdate-copyright3 # Run the `update-copyright-year' script on all files in the git repository,
12 | xargs $toolsdir/update-copyright-year
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmSL.c138 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) argument
149 update[i] = entry;
159 SLEntryPtr update[SL_MAX_LEVEL + 1]; local in function:drmSLInsert
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 in function:drmSLDelete
197 entry = SLLocate(list, key, update);
203 if (update[
218 SLEntryPtr update[SL_MAX_LEVEL + 1]; local in function:drmSLLookup
236 SLEntryPtr update[SL_MAX_LEVEL + 1] = {0}; local in function:drmSLLookupNeighbors
[all...]
/xsrc/external/mit/libXcomposite/dist/include/X11/extensions/
H A DXcomposite.h74 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/
H A Dcompalloc.c136 compRedirectWindow(ClientPtr pClient, WindowPtr pWin, int update) argument
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
323 compUnredirectWindow(ClientPtr pClient,WindowPtr pWin,int update) argument
344 compRedirectSubwindows(ClientPtr pClient,WindowPtr pWin,int update) argument
472 compUnredirectSubwindows(ClientPtr pClient,WindowPtr pWin,int update) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompalloc.c111 compRedirectWindow (ClientPtr pClient, WindowPtr pWin, int update) argument
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
295 compUnredirectWindow(ClientPtr pClient,WindowPtr pWin,int update) argument
317 compRedirectSubwindows(ClientPtr pClient,WindowPtr pWin,int update) argument
451 compUnredirectSubwindows(ClientPtr pClient,WindowPtr pWin,int update) argument
[all...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-fossilize.sh8 git submodule update --init
H A Dbuild-gfxreconstruct.sh10 git submodule update --init
11 git submodule update
H A Dbuild-apitrace.sh10 git submodule update --init --depth 1 --recursive
H A Dbuild-vkd3d-proton.sh33 git submodule update --init --recursive
34 git submodule update --recursive
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dvarray.h55 inline void update( Arc *, long[2], REAL );
/xsrc/external/mit/fontconfig/dist/fc-case/
H A DMakefile.am31 update: target
/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dmergedbs.py42 regdb.update(RegisterDatabase.from_json(json.load(filp)))
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshadow.c61 if (!pBuf || !pBuf->pDamage || !pBuf->update)
65 (*pBuf->update) (pScreen, pBuf);
139 pBuf->update = 0;
150 shadowAdd(ScreenPtr pScreen, PixmapPtr pPixmap, ShadowUpdateProc update, argument
173 pBuf->update = update;
189 pBuf->update = 0;
/xsrc/external/mit/libXaw/dist/examples/
H A Dxawhisto.c16 static void update(XtPointer client_data, XtIntervalId * id) function in typeref:typename:void
26 timerId = XtAppAddTimeOut(app_context, 500 , update, app_context);
78 timerId = XtAppAddTimeOut(app_context, 0, update, app_context);
/xsrc/external/mit/libXcomposite/dist/src/
H A DXcomposite.c251 XCompositeRedirectWindow (Display *dpy, Window window, int update) argument
262 req->update = (CARD8) update;
268 XCompositeRedirectSubwindows (Display *dpy, Window window, int update) argument
279 req->update = (CARD8) update;
285 XCompositeUnredirectWindow (Display *dpy, Window window, int update) argument
296 req->update = (CARD8) update;
302 XCompositeUnredirectSubwindows (Display *dpy, Window window, int update) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.h39 void (*update)(struct i915_context *); member in struct:i915_tracked_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state.h38 void (*update)(struct i915_context *); member in struct:i915_tracked_state
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshadow.c57 if (!pBuf || !pBuf->pDamage || !pBuf->update)
61 (*pBuf->update)(pScreen, pBuf);
166 pBuf->update = 0;
180 shadowAdd(ScreenPtr pScreen, PixmapPtr pPixmap, ShadowUpdateProc update, argument
207 pBuf->update = update;
223 pBuf->update = 0;
235 shadowInit(ScreenPtr pScreen, ShadowUpdateProc update, ShadowWindowProc window) argument
249 shadowAdd(pScreen, pPixmap, update, window, SHADOW_ROTATE_0, 0);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dcompositeproto.h88 CARD8 update; member in struct:__anon0dcddc540308
100 CARD8 update; member in struct:__anon0dcddc540408
112 CARD8 update; member in struct:__anon0dcddc540508
124 CARD8 update; member in struct:__anon0dcddc540608
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_vblank.c52 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);
47 present_vblank_init(present_vblank_ptr vblank,WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument
151 present_vblank_create(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.c557 struct vn_update_descriptor_sets *update = storage; local in function:vn_update_descriptor_sets_alloc
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 in function:vn_update_descriptor_sets_parse_writes
591 if (!update)
600 memcpy(update
676 struct vn_update_descriptor_sets *update = local in function:vn_UpdateDescriptorSets
731 struct vn_update_descriptor_sets *update = vn_update_descriptor_sets_alloc( local in function:vn_update_descriptor_sets_parse_template
864 struct vn_update_descriptor_sets *update = templ->update; local in function:vn_UpdateDescriptorSetWithTemplate
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkshadow.c63 KdShadowSet (ScreenPtr pScreen, int randr, ShadowUpdateProc update, ShadowWindowProc window) argument
72 update, window, randr, 0);

Completed in 34 milliseconds

1234567891011>>