HomeSort by: relevance | last modified time | path
    Searched refs:owner (Results 1 - 25 of 43) sorted by relevancy

1 2

  /xsrc/external/mit/libX11/dist/src/
x11_xcb.c 12 void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner)
14 dpy->xcb->event_owner = owner;
GetSOwner.c 41 if (_XReply(dpy, (xReply *)&rep, 0, xTrue) == 0) rep.owner = None;
44 return(rep.owner);
SetSOwner.c 36 Window owner,
44 req->window = owner;
  /xsrc/external/mit/xf86-video-geode/dist/src/
cim_dev.h 37 #define CIM_F_PRIVATE 0x04 /* This block is reserved only for its owner */
42 char owner[10]; member in struct:__anon6969
52 char owner[10]; member in struct:__anon6970
  /xsrc/external/mit/libX11/dist/include/X11/
Xlib-xcb.h 16 void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner);
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
reader.h 62 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; }
nurbstess.cc 503 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;
reader.cc 64 owner = 0;
116 owner = 0;
  /xsrc/external/mit/MesaLib/dist/src/util/
slab.c 52 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 = (struct slab_child_pool *)owner_int local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
slab.c 52 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 = (struct slab_child_pool *)owner_int local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_framebuffer.h 91 enum stw_framebuffer_owner owner; member in struct:stw_framebuffer
155 stw_framebuffer_create(HWND hwnd, int iPixelFormat, enum stw_framebuffer_owner owner);
stw_framebuffer.c 84 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)
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/
select.c 90 ev.owner = selection->window;
92 ev.owner = 0;
241 cpswapl (from->owner, to->owner);
  /xsrc/external/mit/libXfixes/dist/src/
Xfixes.c 233 aevent->owner = awire->owner;
277 awire->owner = (CARD32) aevent->owner;
  /xsrc/external/mit/libdrm/dist/nouveau/nvif/
ioctl.h 25 __u8 owner; member in struct:nvif_ioctl_v0
  /xsrc/external/mit/xorg-server/dist/dix/
selection.c 178 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/dist/xfixes/
select.c 85 .owner = (subtype == XFixesSetSelectionOwnerNotify) ?
220 cpswapl(from->owner, to->owner);
  /xsrc/external/mit/xorg-server.old/dist/dix/
selection.c 180 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.old/dist/hw/xfree86/dixmods/extmod/
xf86dga2.c 277 ClientPtr owner; local
284 owner = DGA_GETCLIENT(stuff->screen);
295 if(owner && owner != client)
299 if(owner) {
313 if(!owner) {
674 ClientPtr owner; local
685 owner = DGA_GETCLIENT(stuff->screen);
687 if (owner && owner != client
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
x-selection.m 52 * 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.old/dist/hw/xquartz/pbproxy/
x-selection.m 50 * 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/xwin/winclipboard/
wndproc.c 180 * 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");
xevents.c 78 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 of the most recently owned selection, don't go all recursive :) *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 56 struct radeon_drm_cs **owner,
70 if (*owner) {
75 if (*owner != applier) {
93 *owner = applier;
98 *owner = NULL;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c 54 struct radeon_drm_cs **owner,
68 if (*owner) {
73 if (*owner != applier) {
91 *owner = applier;
96 *owner = NULL;

Completed in 15 milliseconds

1 2