HomeSort by relevance Sort by last modified time
    Searched refs:XID (Results 1 - 25 of 26) sorted by null

1 2

  /external/mesa3d/src/glx/
dri2.h 58 DRI2Connect(Display * display, XID window,
62 DRI2Authenticate(Display * display, XID window, drm_magic_t magic);
65 DRI2CreateDrawable(Display * display, XID drawable);
68 DRI2DestroyDrawable(Display * display, XID handle);
71 DRI2GetBuffers(Display * dpy, XID drawable,
81 DRI2GetBuffersWithFormat(Display * dpy, XID drawable,
87 DRI2CopyRegion(Display * dpy, XID drawable,
xf86dri.h 91 XID * ptr_to_returned_context_id,
95 XID * ptr_to_returned_context_id,
98 extern Bool XF86DRIDestroyContext(Display * dpy, int screen, XID context_id);
101 XID drawable, drm_drawable_t * hHWDrawable);
103 extern Bool XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable);
glxclient.h 117 XID drawable,
141 XID xDrawable;
142 XID drawable;
163 extern void dri2InvalidateBuffers(Display *dpy, XID drawable);
164 extern unsigned dri2GetSwapEventType(Display *dpy, XID drawable);
283 * The XID of this rendering context. When the context is created a
284 * new XID is allocated. This is set to None when the context is
288 XID xid; member in struct:glx_context
291 * The XID of the \c shareList context
    [all...]
dri2.c 269 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName)
338 DRI2Authenticate(Display * dpy, XID window, drm_magic_t magic)
366 DRI2CreateDrawable(Display * dpy, XID drawable)
383 DRI2DestroyDrawable(Display * dpy, XID drawable)
402 DRI2GetBuffers(Display * dpy, XID drawable,
461 DRI2GetBuffersWithFormat(Display * dpy, XID drawable,
520 DRI2CopyRegion(Display * dpy, XID drawable, XserverRegion region,
XF86dri.c 332 XID * context, drm_context_t * hHWContext)
364 XID * context, drm_context_t * hHWContext)
371 XF86DRIDestroyContext(Display * dpy, int screen, XID context)
393 XID drawable, drm_drawable_t * hHWDrawable)
428 XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable)
glx_pbuffer.c 193 XID drawable, XID glxdrawable,
232 XID xid; local
235 xid = pdraw->xDrawable;
239 XFreePixmap(priv->dpy, xid);
247 XID drawable, XID glxdrawable,
453 GLXDrawable xid; local
478 req->glxwindow = xid = XAllocID(dpy)
    [all...]
dri2_glx.c 365 dri2CreateDrawable(struct glx_screen *base, XID xDrawable,
748 unsigned dri2GetSwapEventType(Display* dpy, XID drawable)
1002 dri2InvalidateBuffers(Display *dpy, XID drawable)
    [all...]
drisw_glx.c 34 Display * dpy, XID drawable, int visualid)
80 XDestroyDrawable(struct drisw_drawable * pdp, Display * dpy, XID drawable)
513 driswCreateDrawable(struct glx_screen *base, XID xDrawable,
driwindows_glx.c 300 driwindowsCreateDrawable(struct glx_screen *base, XID xDrawable,
318 Query the server with the XID to find the correct HWND, HPBUFFERARB or
dri_glx.c 83 XID hwContextID;
740 XID xDrawable,
glxcmds.c 107 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable,
321 req->context = gc->xid = XAllocID(dpy);
324 req->shareList = shareList ? shareList->xid : None;
336 req->context = gc->xid = XAllocID(dpy);
340 req->shareList = shareList ? shareList->xid : None;
357 req->context = gc->xid = XAllocID(dpy);
361 req->shareList = shareList ? shareList->xid : None;
376 gc->share_xid = shareList ? shareList->xid : None;
433 glx_send_destroy_context(Display *dpy, XID xid)
1950 GLXPixmap xid = None; local
    [all...]
dri3_glx.c 355 dri3_create_drawable(struct glx_screen *base, XID xDrawable,
    [all...]
  /external/libdrm/tests/ttmtest/src/
xf86dri.h 90 XID * ptr_to_returned_context_id, drm_context_t * hHWContext);
93 XID * ptr_to_returned_context_id, drm_context_t * hHWContext);
95 extern Bool uniDRIDestroyContext(Display * dpy, int screen, XID context_id);
xf86dri.c 339 XID *context;
375 XID *context;
383 uniDRIDestroyContext(Display * ndpy, int screen, XID context)
ttmtest.c 71 XID id;
  /external/mesa3d/include/GL/
glx.h 166 typedef XID GLXPixmap;
167 typedef XID GLXDrawable;
170 typedef XID GLXFBConfigID;
171 typedef XID GLXContextID;
172 typedef XID GLXWindow;
173 typedef XID GLXPbuffer;
416 GLXDrawable drawable; /* XID of Drawable */
glxext.h 50 typedef XID GLXContextID;
52 typedef XID GLXWindow;
53 typedef XID GLXPbuffer;
579 typedef XID GLXVideoCaptureDeviceNV;
    [all...]
  /external/libcxx/test/support/
min_allocator.h 213 template <class U, class XID> friend class min_pointer;
235 template <class U, class XID> friend class min_pointer;
304 template <class U, class XID> friend class min_pointer;
375 template <class U, class XID> friend class min_pointer;
controlled_allocators.hpp 279 template <class Tp, size_t XID> friend class CountingAllocator;
  /external/swiftshader/include/GL/
glxext.h 50 typedef XID GLXContextID;
52 typedef XID GLXWindow;
53 typedef XID GLXPbuffer;
593 typedef XID GLXVideoCaptureDeviceNV;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 43 XID xid; member in struct:__GLXcontextRec
  /external/mesa3d/docs/specs/
MESA_multithread_makecurrent.spec 122 As with GLX context destruction previously, the XID is destroyed
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 96 XID xid; member in struct:__GLXcontextRec
670 XID resourceid,
1143 glxCtx->xid = (XID) glxCtx; /* self pointer */
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/ImageMagick/MagickCore/
xwindow.c     [all...]

Completed in 852 milliseconds

1 2