/external/mesa3d/src/glx/ |
D | 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,
|
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 | 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); 288 XID xid; 293 XID share_xid; 619 XID xDrawable; 620 XID drawable; 634 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id); [all …]
|
D | dri2.c | 269 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) in DRI2Connect() 338 DRI2Authenticate(Display * dpy, XID window, drm_magic_t magic) in DRI2Authenticate() 366 DRI2CreateDrawable(Display * dpy, XID drawable) in DRI2CreateDrawable() 383 DRI2DestroyDrawable(Display * dpy, XID drawable) in DRI2DestroyDrawable() 402 DRI2GetBuffers(Display * dpy, XID drawable, in DRI2GetBuffers() 461 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, in DRI2GetBuffersWithFormat() 520 DRI2CopyRegion(Display * dpy, XID drawable, XserverRegion region, in DRI2CopyRegion()
|
D | XF86dri.c | 332 XID * context, drm_context_t * hHWContext) in XF86DRICreateContextWithConfig() 364 XID * context, drm_context_t * hHWContext) in XF86DRICreateContext() 371 XF86DRIDestroyContext(Display * dpy, int screen, XID context) in XF86DRIDestroyContext() 393 XID drawable, drm_drawable_t * hHWDrawable) in XF86DRICreateDrawable() 428 XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable) in XF86DRIDestroyDrawable()
|
D | glx_pbuffer.c | 193 XID drawable, XID glxdrawable, in CreateDRIDrawable() 232 XID xid; in DestroyDRIDrawable() 247 XID drawable, XID glxdrawable, in CreateDRIDrawable()
|
D | drisw_glx.c | 34 Display * dpy, XID drawable, int visualid) in XCreateDrawable() 80 XDestroyDrawable(struct drisw_drawable * pdp, Display * dpy, XID drawable) in XDestroyDrawable() 513 driswCreateDrawable(struct glx_screen *base, XID xDrawable, in driswCreateDrawable()
|
D | dri2_glx.c | 365 dri2CreateDrawable(struct glx_screen *base, XID xDrawable, in dri2CreateDrawable() 748 unsigned dri2GetSwapEventType(Display* dpy, XID drawable) in dri2GetSwapEventType() 1002 dri2InvalidateBuffers(Display *dpy, XID drawable) in dri2InvalidateBuffers() 1393 dri2GetGlxDrawableFromXDrawableId(Display *dpy, XID id) in dri2GetGlxDrawableFromXDrawableId()
|
D | dri_glx.c | 83 XID hwContextID; 740 XID xDrawable, in driCreateDrawable()
|
D | glxcmds.c | 107 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable, in InitGLXDrawable() 433 glx_send_destroy_context(Display *dpy, XID xid) in glx_send_destroy_context() 915 config->visualID = (XID) GLX_DONT_CARE; in init_fbconfig_for_chooser() 1404 XID share = None; in glXImportContextEXT()
|
D | driwindows_glx.c | 300 driwindowsCreateDrawable(struct glx_screen *base, XID xDrawable, in driwindowsCreateDrawable()
|
D | dri3_glx.c | 355 dri3_create_drawable(struct glx_screen *base, XID xDrawable, in dri3_create_drawable()
|
/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 | 166 typedef XID GLXPixmap; 167 typedef XID GLXDrawable; 170 typedef XID GLXFBConfigID; 171 typedef XID GLXContextID; 172 typedef XID GLXWindow; 173 typedef XID GLXPbuffer;
|
D | glxext.h | 50 typedef XID GLXContextID; 52 typedef XID GLXWindow; 53 typedef XID GLXPbuffer; 579 typedef XID GLXVideoCaptureDeviceNV; 706 typedef XID GLXPbufferSGIX; 875 typedef XID GLXVideoSourceSGIX;
|
/external/libcxx/test/support/ |
D | 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;
|
D | controlled_allocators.hpp | 279 template <class Tp, size_t XID> friend class CountingAllocator;
|
/external/swiftshader/include/GL/ |
D | glxext.h | 50 typedef XID GLXContextID; 52 typedef XID GLXWindow; 53 typedef XID GLXPbuffer; 593 typedef XID GLXVideoCaptureDeviceNV; 720 typedef XID GLXPbufferSGIX; 889 typedef XID GLXVideoSourceSGIX;
|
/external/llvm/test/Bitcode/ |
D | thinlto-function-summary-refgraph.ll | 19 ; CHECK-DAG: <PERMODULE {{.*}} op0=[[XID:[0-9]+]] op1=1 {{.*}} op3=1 op4=[[FOOID:[0-9]+]] op5=[[… 38 ; CHECK-DAG: <FNENTRY {{.*}} op0=[[XID]] {{.*}} record string = 'X'
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 43 XID xid;
|
/external/mesa3d/docs/specs/ |
D | MESA_multithread_makecurrent.spec | 122 As with GLX context destruction previously, the XID is destroyed
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 96 XID xid; 670 XID resourceid, in generate_error() 1143 glxCtx->xid = (XID) glxCtx; /* self pointer */ in create_context()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | Makefile.am | 7 -T PixmapPtr -T ColormapPtr -T CursorPtr -T Font -T XID -T Mask \
|