| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_xid.c | 46 pthread_mutex_lock(&c->xid.lock); 47 if(c->xid.last >= c->xid.max - c->xid.inc + 1) 50 assert(c->xid.last == c->xid.max); 51 if (c->xid.last == 0) { 53 c->xid.max = c->setup->resource_id_mask; 59 pthread_mutex_unlock(&c->xid.lock); 69 pthread_mutex_unlock(&c->xid [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | create_context.c | 58 uint32_t xid, share_xid; local in function:glXCreateContextAttribsARB 115 xid = xcb_generate_id(c); 116 share_xid = (share != NULL) ? share->xid : 0; 128 xid, 148 xcb_glx_destroy_context(c, xid); 152 __glXSendError(dpy, GLXBadFBConfig, xid, 0, False); 154 gc->xid = xid;
|
| H A D | glx_pbuffer.c | 215 XID xid; local in function:DestroyDRIDrawable 218 xid = pdraw->xDrawable; 222 XFreePixmap(priv->dpy, xid); 432 GLXDrawable xid; local in function:CreateDrawable 460 req->glxwindow = xid = XAllocID(dpy); 469 if (InitGLXDrawable(dpy, glxDraw, drawable, xid)) { 474 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) { 479 protocolDestroyDrawable(dpy, xid, glxCode); 480 xid = None; 483 return xid; [all...] |
| H A D | glxcmds.c | 363 req->context = gc->xid = XAllocID(dpy); 366 req->shareList = shareList ? shareList->xid : None; 378 req->context = gc->xid = XAllocID(dpy); 382 req->shareList = shareList ? shareList->xid : None; 399 req->context = gc->xid = XAllocID(dpy); 403 req->shareList = shareList ? shareList->xid : None; 418 gc->share_xid = shareList ? shareList->xid : None; 428 int isDirect = __glXIsDirect(dpy, gc->xid, &error); 477 glx_send_destroy_context(Display *dpy, XID xid) argument 486 req->context = xid; 1980 GLXPixmap xid = None; variable in typeref:typename:GLXPixmap [all...] |
| H A D | glxcurrent.c | 189 if ((gc != NULL) && (gc->xid == None)) { 243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | create_context.c | 93 gc->xid = xcb_generate_id(c); 94 gc->share_xid = (share != NULL) ? share->xid : 0; 106 gc->xid,
|
| H A D | glx_pbuffer.c | 232 XID xid; local in function:DestroyDRIDrawable 235 xid = pdraw->xDrawable; 239 XFreePixmap(priv->dpy, xid); 453 GLXDrawable xid; local in function:CreateDrawable 478 req->glxwindow = xid = XAllocID(dpy); 487 if (InitGLXDrawable(dpy, glxDraw, drawable, xid)) { 492 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) { 497 protocolDestroyDrawable(dpy, xid, glxCode); 498 xid = None; 501 return xid; [all...] |
| H A D | glxcmds.c | 359 req->context = gc->xid = XAllocID(dpy); 362 req->shareList = shareList ? shareList->xid : None; 374 req->context = gc->xid = XAllocID(dpy); 378 req->shareList = shareList ? shareList->xid : None; 395 req->context = gc->xid = XAllocID(dpy); 399 req->shareList = shareList ? shareList->xid : None; 414 gc->share_xid = shareList ? shareList->xid : None; 424 int isDirect = __glXIsDirect(dpy, gc->xid, &error); 486 glx_send_destroy_context(Display *dpy, XID xid) argument 495 req->context = xid; 1968 GLXPixmap xid = None; variable in typeref:typename:GLXPixmap [all...] |
| H A D | glxcurrent.c | 188 if ((gc != NULL) && (gc->xid == None)) { 243 if (oldGC->thread_refcount == 0 && oldGC != &dummyContext && oldGC->xid == None) {
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri3.h | 42 XID xid; member in struct:dri3_fence
|
| H A D | dri3.c | 86 f.xid = xcb_generate_id(c); 87 xcb_dri3_fence_from_fd(c, pixmap, f.xid, 0, fd); 99 xcb_sync_trigger_fence(c, fence->xid); 110 xcb_sync_destroy_fence(c, fence->xid);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri3.c | 85 f.xid = xcb_generate_id(c); 86 xcb_dri3_fence_from_fd(c, pixmap, f.xid, 0, fd); 98 xcb_sync_trigger_fence(c, fence->xid); 109 xcb_sync_destroy_fence(c, fence->xid);
|
| H A D | dri3.h | 42 XID xid; member in struct:dri3_fence
|
| /xsrc/external/mit/libXres/dist/include/X11/extensions/ |
| H A D | XRes.h | 88 XID xid, 95 XID xid,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_glx_pbuffer.c | 109 XFreePixmap(dpy, pbuf->xid); 131 Pixmap xid; local in function:apple_glx_pbuffer_create 142 xid = XCreatePixmap(dpy, root, (unsigned int) 1, 145 if (None == xid) { 150 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) { 158 pbuf->xid = xid; 177 *result = pbuf->xid;
|
| H A D | apple_glx_drawable.h | 71 GLXPbuffer xid; /* our pixmap */ member in struct:apple_glx_pbuffer
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_glx_pbuffer.c | 110 XFreePixmap(dpy, pbuf->xid); 132 Pixmap xid; local in function:apple_glx_pbuffer_create 143 xid = XCreatePixmap(dpy, root, (unsigned int) 1, 146 if (None == xid) { 151 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) { 159 pbuf->xid = xid; 178 *result = pbuf->xid;
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xres.c | 128 clientID = CLIENT_ID(stuff->xid); 131 client->errorValue = stuff->xid; 250 clientID = CLIENT_ID(stuff->xid); 253 client->errorValue = stuff->xid; 339 swaps(&stuff->xid,n); 350 swaps(&stuff->xid,n);
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 161 " --setprovideroutputsource <prov-xid> <source-xid>\n" 162 " --setprovideroffloadsink <prov-xid> <sink-xid>\n" 302 XID xid; member in struct:__anonda8baef70408 629 set_name_xid (name_t *name, XID xid) argument 632 name->xid = xid; 652 name->xid = old->xid; 663 unsigned int xid; /* don't make it XID (which is unsigned long): local in function:set_name 1130 set_output_info(output_t * output,RROutput xid,XRROutputInfo * output_info) argument [all...] |
| /xsrc/external/mit/libXres/dist/src/ |
| H A D | XRes.c | 143 XResQueryClientResources(Display *dpy, XID xid, argument 160 req->xid = (CARD32) xid; 198 XResQueryClientPixmapBytes(Display *dpy, XID xid, unsigned long *bytes) argument 212 req->xid = (CARD32) xid;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XResproto.h | 95 CARD32 xid; member in struct:_XResQueryClientResources 119 CARD32 xid; member in struct:_XResQueryClientPixmapBytes
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxext.c | 412 XID xid = FakeClientID(client->index); local in function:__glXDispatch 413 if (!AddResource( xid, __glXClientRes, (pointer)(long)client->index)) { 464 XID xid = FakeClientID(client->index); local in function:__glXSwapDispatch 465 if (!AddResource( xid, __glXClientRes, (pointer)(long)client->index)) {
|
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| H A D | dri3-swap.c | 57 XID xid; member in struct:dri3_fence 153 f.xid = xcb_generate_id(c); 154 xcb_dri3_fence_from_fd(c, pixmap, f.xid, 0, fd); 205 buffer[n].fence.xid = 0; 273 if (b->fence.xid) { 284 b->fence.xid,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_gm107.cpp | 208 int qop = 0, xid = 0; local in function:nv50_ir::GM107LoweringPass::handleDFDX 213 xid = 1; 217 xid = 2; 225 bld.mkImm(xid), bld.mkImm(SHFL_BOUND_QUAD));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_gm107.cpp | 227 int qop = 0, xid = 0; local in function:nv50_ir::GM107LoweringPass::handleDFDX 232 xid = 1; 236 xid = 2; 244 bld.mkImm(xid), bld.mkImm(SHFL_BOUND_QUAD));
|