Home
last modified time | relevance | path

Searched refs:XAllocID (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/
Dglx_pbuffer.c428 req->glxwindow = xid = XAllocID(dpy); in CreateDrawable()
508 id = XAllocID(dpy); in CreatePbuffer()
Dglxcmds.c292 req->context = gc->xid = XAllocID(dpy); in CreateContext()
307 req->context = gc->xid = XAllocID(dpy); in CreateContext()
328 req->context = gc->xid = XAllocID(dpy); in CreateContext()
684 req->glxpixmap = xid = XAllocID(dpy); in glXCreateGLXPixmap()
1982 req->glxpixmap = xid = XAllocID(dpy); in glXCreateGLXPixmapWithConfigSGIX()
DXF86dri.c340 *context = XAllocID(dpy); in XF86DRICreateContextWithConfig()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dcontext.c301 context->context_id = XAllocID(dpy); in XvMCCreateContext()
Dsubpicture.c262 subpicture->subpicture_id = XAllocID(dpy); in XvMCCreateSubpicture()
Dsurface.c196 surface->surface_id = XAllocID(dpy); in XvMCCreateSurface()
/external/libdrm/tests/ttmtest/src/
Dxf86dri.c355 *context = XAllocID(dpy);
/external/libvncserver/x11vnc/
Dnox11.h1781 #define XAllocID(dpy) ((*((_XPrivDisplay)dpy)->resource_alloc)((dpy))) macro