Searched refs:XID (Results 1 - 25 of 28) sorted by relevance

12

/external/mesa3d/src/glx/
H A Ddri2.h58 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,
H A Dxf86dri.h91 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);
H A Dglxclient.h117 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;
291 * The XID of the \c shareList context.
293 XID share_xi
[all...]
H A Ddri2.c273 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName)
344 DRI2Authenticate(Display * dpy, XID window, drm_magic_t magic)
372 DRI2CreateDrawable(Display * dpy, XID drawable)
389 DRI2DestroyDrawable(Display * dpy, XID drawable)
408 DRI2GetBuffers(Display * dpy, XID drawable,
467 DRI2GetBuffersWithFormat(Display * dpy, XID drawable,
526 DRI2CopyRegion(Display * dpy, XID drawable, XserverRegion region,
H A DXF86dri.c332 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)
H A Dglx_pbuffer.c193 XID drawable, XID glxdrawable,
232 XID xid;
247 XID drawable, XID glxdrawable,
H A Dglxcurrent.c169 __glXGenerateError(Display * dpy, XID resource,
H A Ddri2_glx.c359 dri2CreateDrawable(struct glx_screen *base, XID xDrawable,
742 unsigned dri2GetSwapEventType(Display* dpy, XID drawable)
970 dri2InvalidateBuffers(Display *dpy, XID drawable)
1348 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id)
H A Ddrisw_glx.c34 Display * dpy, XID drawable, int visualid)
80 XDestroyDrawable(struct drisw_drawable * pdp, Display * dpy, XID drawable)
507 driswCreateDrawable(struct glx_screen *base, XID xDrawable,
H A Ddriwindows_glx.c299 driwindowsCreateDrawable(struct glx_screen *base, XID xDrawable,
317 Query the server with the XID to find the correct HWND, HPBUFFERARB or
H A Ddri_glx.c83 XID hwContextID;
659 XID xDrawable,
H A Dglxcmds.c106 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable,
436 glx_send_destroy_context(Display *dpy, XID xid)
918 config->visualID = (XID) GLX_DONT_CARE;
1412 XID share;
1586 * the XID associated with the server-side context."
H A Ddri3_glx.c367 dri3_create_drawable(struct glx_screen *base, XID xDrawable,
/external/libdrm/tests/ttmtest/src/
H A Dxf86dri.h90 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);
H A Dxf86dri.c339 XID *context;
375 XID *context;
383 uniDRIDestroyContext(Display * ndpy, int screen, XID context)
H A Dttmtest.c71 XID id;
/external/mesa3d/include/GL/
H A Dglx.h166 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 */
H A Dglxext.h52 typedef XID GLXContextID;
54 typedef XID GLXWindow;
55 typedef XID GLXPbuffer;
576 typedef XID GLXVideoCaptureDeviceNV;
703 typedef XID GLXPbufferSGIX;
872 typedef XID GLXVideoSourceSGIX;
/external/libcxx/test/support/
H A Dmin_allocator.h159 template <class U, class XID> friend class min_pointer;
181 template <class U, class XID> friend class min_pointer;
250 template <class U, class XID> friend class min_pointer;
321 template <class U, class XID> friend class min_pointer;
H A Dcontrolled_allocators.hpp279 template <class Tp, size_t XID> friend class CountingAllocator;
/external/swiftshader/include/GL/
H A Dglxext.h52 typedef XID GLXContextID;
54 typedef XID GLXWindow;
55 typedef XID GLXPbuffer;
512 typedef XID GLXVideoCaptureDeviceNV;
639 typedef XID GLXPbufferSGIX;
808 typedef XID GLXVideoSourceSGIX;
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h44 XID xid;
/external/mesa3d/docs/specs/
H A DMESA_multithread_makecurrent.spec122 As with GLX context destruction previously, the XID is destroyed
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c96 XID xid;
668 XID resourceid,
1133 glxCtx->xid = (XID) glxCtx; /* self pointer */
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1968 llvm::FoldingSetNodeID XID, YID; local
1969 X.getAsExpr()->Profile(XID, Context, true);
1971 return XID == YID;

Completed in 599 milliseconds

12