Searched refs:owner (Results 1 - 25 of 258) sorted by relevance

1234567891011

/xsrc/external/mit/libX11/dist/src/
H A Dx11_xcb.c12 void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner) argument
14 dpy->xcb->event_owner = owner;
H A DGetSOwner.c41 if (_XReply(dpy, (xReply *)&rep, 0, xTrue) == 0) rep.owner = None;
44 return(rep.owner);
H A DSetSOwner.c36 Window owner,
44 req->window = owner;
33 XSetSelectionOwner(register Display * dpy,Atom selection,Window owner,Time time) argument
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dcim_dev.h37 #define CIM_F_PRIVATE 0x04 /* This block is reserved only for its owner */
42 char owner[10]; member in struct:__anonb51003ad0108
52 char owner[10]; member in struct:__anonb51003ad0208
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib-xcb.h16 void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner);
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dreader.h62 O_surface * owner; /* owning surface */ member in struct:O_curve
66 O_curve() { next = 0; used = 0; owner = 0;
78 O_curve * owner; /* owning curve */ member in struct:O_nurbscurve
80 { bezier_curves = 0; type = _type; tesselation = 0; method = 0; next = 0; used = 0; save = 0; owner = 0; }
90 O_curve * owner; /* owning curve */ member in class:O_pwlcurve
104 O_surface * owner; /* owning surface */ member in struct:O_nurbssurface
109 { bezier_patches = 0; type = _type; owner = 0; next = 0; save = 0; used = 0; }
H A Dnurbstess.cc503 if( o_pwlcurve->owner != currentCurve ) {
505 o_pwlcurve->owner = currentCurve;
564 if( o_nurbscurve->owner != currentCurve ) {
566 o_nurbscurve->owner = currentCurve;
569 if( o_nurbscurve->owner == 0 )
618 if( o_nurbssurface->owner != currentSurface ) {
620 o_nurbssurface->owner = currentSurface;
H A Dreader.cc64 owner = 0;
116 owner = 0;
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dslab.c52 intptr_t owner; member in struct:slab_element_header
91 assert(elt->owner & 1);
93 page = (struct slab_page_header *)(elt->owner & ~(intptr_t)1);
153 p_atomic_set(&elt->owner, (intptr_t)page | 1);
186 elt->owner = (intptr_t)pool;
187 assert(!(elt->owner & 1));
250 if (p_atomic_read(&elt->owner) == (intptr_t)pool) {
262 /* Note: we _must_ re-read elt->owner here because the owning child pool
265 owner_int = p_atomic_read(&elt->owner);
268 struct slab_child_pool *owner local in function:slab_free
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dslab.c52 intptr_t owner; member in struct:slab_element_header
91 assert(elt->owner & 1);
93 page = (struct slab_page_header *)(elt->owner & ~(intptr_t)1);
153 p_atomic_set(&elt->owner, (intptr_t)page | 1);
186 elt->owner = (intptr_t)pool;
187 assert(!(elt->owner & 1));
250 if (p_atomic_read(&elt->owner) == (intptr_t)pool) {
263 /* Note: we _must_ re-read elt->owner here because the owning child pool
266 owner_int = p_atomic_read(&elt->owner);
269 struct slab_child_pool *owner local in function:slab_free
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_framebuffer.h91 enum stw_framebuffer_owner owner; member in struct:stw_framebuffer
155 stw_framebuffer_create(HWND hwnd, int iPixelFormat, enum stw_framebuffer_owner owner);
H A Dstw_framebuffer.c84 assert(stw_own_mutex(&stw_dev->fb_mutex) || fb->owner == STW_FRAMEBUFFER_EGL_WINDOW);
93 if (fb->owner != STW_FRAMEBUFFER_EGL_WINDOW) {
264 stw_framebuffer_create(HWND hWnd, int iPixelFormat, enum stw_framebuffer_owner owner) argument
286 fb->owner = owner;
320 if (owner != STW_FRAMEBUFFER_EGL_WINDOW) {
483 boolean bPbuffer = fb->owner == STW_FRAMEBUFFER_PBUFFER;
/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dselect.c90 ev.owner = selection->window;
92 ev.owner = 0;
241 cpswapl (from->owner, to->owner);
/xsrc/external/mit/libXfixes/dist/src/
H A DXfixes.c233 aevent->owner = awire->owner;
277 awire->owner = (CARD32) aevent->owner;
/xsrc/external/mit/libdrm/dist/nouveau/nvif/
H A Dioctl.h25 __u8 owner; member in struct:nvif_ioctl_v0
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
H A Dxf86dga2.c277 ClientPtr owner; local in function:ProcXDGASetMode
284 owner = DGA_GETCLIENT(stuff->screen);
295 if(owner && owner != client)
299 if(owner) {
313 if(!owner) {
674 ClientPtr owner; local in function:ProcXF86DGADirectVideo
685 owner = DGA_GETCLIENT(stuff->screen);
687 if (owner && owner !
[all...]
/xsrc/external/mit/xorg-server/dist/xfixes/
H A Dselect.c85 .owner = (subtype == XFixesSetSelectionOwnerNotify) ?
220 cpswapl(from->owner, to->owner);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dselection.c180 to the time stamp indicating the last time the owner of the
250 reply.owner = pSel->window;
252 reply.owner = None;
290 event.u.selectionRequest.owner = pSel->window;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dselection.c178 to the time stamp indicating the last time the owner of the
249 reply.owner = pSel->window;
251 reply.owner = None;
292 event.u.selectionRequest.owner = pSel->window;
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.m50 * owner of the CLIPBOARD.
53 * changed. If the NSPasteboard has changed, then we set pbproxy as owner
415 /* This requests the TARGETS list from the PRIMARY selection owner. */
450 /* Set pbproxy as owner of the SELECTION_MANAGER selection.
458 Window owner = XGetSelectionOwner (xpbproxy_dpy, atoms->clipboard_manager);
461 if(owner == _selection_window)
464 if(owner != None) {
467 "pbproxy will not sync clipboard to pasteboard.\n", owner);
474 if(owner != _selection_window)
503 /* Claim the clipboard contents from the new owner
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.m52 * owner of the CLIPBOARD.
55 * changed. If the NSPasteboard has changed, then we set pbproxy as owner
391 /* This requests the TARGETS list from the PRIMARY selection owner. */
425 /* Set pbproxy as owner of the SELECTION_MANAGER selection.
433 Window owner = XGetSelectionOwner(xpbproxy_dpy, atoms->clipboard_manager);
436 if (owner == _selection_window)
439 if (owner != None) {
442 "pbproxy will not sync clipboard to pasteboard.\n", owner);
453 if (owner != _selection_window)
483 /* Claim the clipboard contents from the new owner
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dwndproc.c180 * that causes the clipboard owner to be NULL when they are in
226 if (reply->owner == iWindow) {
238 if (reply->owner == iWindow) {
327 winDebug("winClipboardWindowProc - requesting targets for selection from owner\n");
391 winDebug("winClipboardWindowProc - requesting selection from owner\n");
H A Dxevents.c78 if ((XCB_NONE == e->owner) && (XCB_NONE != s_iOwners[i])) {
97 if (XCB_NONE != e->owner) {
101 /* Save new selection owner or None */
102 s_iOwners[i] = e->owner;
104 szSelectionNames[i], e->owner);
694 (i) Generated by the X server if no owner for the specified selection exists
696 (ii) Sent by the selection owner when the requested selection conversion could
760 if (e->owner == XCB_NONE) {
767 - we own windows clipboard, but neither PRIMARY nor CLIPBOARD have an owner, so we should disown it?
771 /* If we are the owner o
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c54 struct radeon_drm_cs **owner,
68 if (*owner) {
73 if (*owner != applier) {
91 *owner = applier;
96 *owner = NULL;
53 radeon_set_fd_access(struct radeon_drm_cs * applier,struct radeon_drm_cs ** owner,mtx_t * mutex,unsigned request,const char * request_name,bool enable) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c56 struct radeon_drm_cs **owner,
70 if (*owner) {
75 if (*owner != applier) {
93 *owner = applier;
98 *owner = NULL;
55 radeon_set_fd_access(struct radeon_drm_cs * applier,struct radeon_drm_cs ** owner,mtx_t * mutex,unsigned request,const char * request_name,bool enable) argument

Completed in 19 milliseconds

1234567891011