/external/mesa3d/src/glx/ |
D | dri2.h | 55 DRI2Connect(Display * display, XID window, 59 DRI2Authenticate(Display * display, XID window, drm_magic_t magic); 62 DRI2CreateDrawable(Display * display, XID drawable); 65 DRI2DestroyDrawable(Display * display, XID handle); 68 DRI2GetBuffers(Display * dpy, XID drawable, 78 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, 84 DRI2CopyRegion(Display * dpy, XID drawable, 89 DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, 93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc); 96 DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, [all …]
|
D | 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);
|
D | glxclient.h | 111 XID drawable, 134 XID xDrawable; 135 XID drawable; 150 extern void dri2InvalidateBuffers(Display *dpy, XID drawable); 151 extern unsigned dri2GetSwapEventType(Display *dpy, XID drawable); 267 XID xid; 272 XID share_xid; 589 XID xDrawable; 590 XID drawable; 604 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id); [all …]
|
D | dri2.c | 267 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) in DRI2Connect() 336 DRI2Authenticate(Display * dpy, XID window, drm_magic_t magic) in DRI2Authenticate() 364 DRI2CreateDrawable(Display * dpy, XID drawable) in DRI2CreateDrawable() 381 DRI2DestroyDrawable(Display * dpy, XID drawable) in DRI2DestroyDrawable() 400 DRI2GetBuffers(Display * dpy, XID drawable, in DRI2GetBuffers() 459 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, in DRI2GetBuffersWithFormat() 518 DRI2CopyRegion(Display * dpy, XID drawable, XserverRegion region, in DRI2CopyRegion() 561 void DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, in DRI2SwapBuffers() 587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, in DRI2GetMSC() 632 Bool DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, in DRI2WaitMSC() [all …]
|
D | XF86dri.c | 325 XID * context, drm_context_t * hHWContext) in XF86DRICreateContextWithConfig() 357 XID * context, drm_context_t * hHWContext) in XF86DRICreateContext() 364 XF86DRIDestroyContext(Display * dpy, int screen, XID context) in XF86DRIDestroyContext() 386 XID drawable, drm_drawable_t * hHWDrawable) in XF86DRICreateDrawable() 421 XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable) in XF86DRIDestroyDrawable()
|
D | glx_pbuffer.c | 192 XID drawable, XID glxdrawable, in CreateDRIDrawable() 226 XID xid; in DestroyDRIDrawable() 241 XID drawable, XID glxdrawable, in CreateDRIDrawable()
|
D | drisw_glx.c | 72 Display * dpy, XID drawable, int visualid) in XCreateDrawable() 118 XDestroyDrawable(struct drisw_drawable * pdp, Display * dpy, XID drawable) in XDestroyDrawable() 517 driswCreateDrawable(struct glx_screen *base, XID xDrawable, in driswCreateDrawable()
|
D | glxcurrent.c | 190 __glXGenerateError(Display * dpy, XID resource, in __glXGenerateError()
|
D | dri2_glx.c | 347 dri2CreateDrawable(struct glx_screen *base, XID xDrawable, in dri2CreateDrawable() 671 unsigned dri2GetSwapEventType(Display* dpy, XID drawable) in dri2GetSwapEventType() 859 dri2InvalidateBuffers(Display *dpy, XID drawable) in dri2InvalidateBuffers() 1209 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id) in dri2GetGlxDrawableFromXDrawableId()
|
D | dri_glx.c | 83 XID hwContextID; 643 XID xDrawable, in driCreateDrawable()
|
D | glxcmds.c | 109 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable, in InitGLXDrawable() 386 glx_send_destroy_context(Display *dpy, XID xid) in glx_send_destroy_context() 900 config->visualID = (XID) GLX_DONT_CARE; in init_fbconfig_for_chooser() 1432 XID share; in glXImportContextEXT()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | x11_screen.c | 444 dri2InvalidateBuffers(Display *dpy, XID drawable); 450 dri2InvalidateBuffers(Display *dpy, XID drawable) in dri2InvalidateBuffers() 464 dri2GetSwapEventType(Display *dpy, XID drawable); 467 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id); 470 GetGLXDrawable(Display *dpy, XID drawable); 475 unsigned dri2GetSwapEventType(Display *dpy, XID drawable) in dri2GetSwapEventType() 481 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id) in dri2GetGlxDrawableFromXDrawableId() 487 GetGLXDrawable(Display *dpy, XID drawable) in GetGLXDrawable()
|
D | native_dri2.c | 829 XID drawable = pointer_to_uintptr(key); in dri2_display_hash_table_hash()
|
/external/libdrm/tests/ttmtest/src/ |
D | 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);
|
D | xf86dri.c | 339 XID *context; 375 XID *context; 383 uniDRIDestroyContext(Display * ndpy, int screen, XID context) in uniDRIDestroyContext()
|
D | ttmtest.c | 71 XID id;
|
/external/mesa3d/include/GL/ |
D | glx.h | 179 typedef XID GLXPixmap; 180 typedef XID GLXDrawable; 183 typedef XID GLXFBConfigID; 184 typedef XID GLXContextID; 185 typedef XID GLXWindow; 186 typedef XID GLXPbuffer;
|
D | glxext.h | 455 typedef XID GLXVideoSourceSGIX; 459 typedef XID GLXFBConfigIDSGIX; 464 typedef XID GLXPbufferSGIX; 485 typedef XID GLXVideoCaptureDeviceNV;
|
/external/libvncserver/x11vnc/ |
D | nox11.h | 123 typedef unsigned long XID; typedef 139 typedef CARD32 XID; typedef 153 typedef XID Window; 154 typedef XID Drawable; 157 typedef XID Font; 159 typedef XID Pixmap; 160 typedef XID Cursor; 161 typedef XID Colormap; 162 typedef XID GContext; 163 typedef XID KeySym; [all …]
|
D | xrecord.c | 531 static XID xrecord_seq = 0; 571 if ((XID) ptr != xrecord_seq) { in record_CA() 892 if ((XID) ptr != xrecord_seq) { in record_CW()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 44 XID xid;
|
/external/mesa3d/docs/ |
D | MESA_multithread_makecurrent.spec | 122 As with GLX context destruction previously, the XID is destroyed
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | Makefile.am | 15 -T PixmapPtr -T ColormapPtr -T CursorPtr -T Font -T XID -T Mask \
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 82 XID xid; 1074 glxCtx->xid = (XID) glxCtx; /* self pointer */ in create_context()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 1945 llvm::FoldingSetNodeID XID, YID; in isSameTemplateArg() local 1946 X.getAsExpr()->Profile(XID, Context, true); in isSameTemplateArg() 1948 return XID == YID; in isSameTemplateArg()
|