Searched refs:_XDisplay (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dmock_xdisplay.h25 class mock_XDisplay : public _XDisplay {
29 memset(this, 0, sizeof(struct _XDisplay));
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dmock_xdisplay.h25 class mock_XDisplay : public _XDisplay {
29 memset(this, 0, sizeof(struct _XDisplay));
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dmesa_glinterop.h62 struct _XDisplay;
253 MesaGLInteropGLXQueryDeviceInfo(struct _XDisplay *dpy, struct __GLXcontextRec *context,
278 MesaGLInteropGLXExportObject(struct _XDisplay *dpy, struct __GLXcontextRec *context,
293 typedef int (PFNMESAGLINTEROPGLXQUERYDEVICEINFOPROC)(struct _XDisplay *dpy, struct __GLXcontextRec *context,
297 typedef int (PFNMESAGLINTEROPGLXEXPORTOBJECTPROC)(struct _XDisplay *dpy, struct __GLXcontextRec *context,
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dmesa_glinterop.h62 struct _XDisplay;
253 MesaGLInteropGLXQueryDeviceInfo(struct _XDisplay *dpy, struct __GLXcontextRec *context,
278 MesaGLInteropGLXExportObject(struct _XDisplay *dpy, struct __GLXcontextRec *context,
293 typedef int (PFNMESAGLINTEROPGLXQUERYDEVICEINFOPROC)(struct _XDisplay *dpy, struct __GLXcontextRec *context,
297 typedef int (PFNMESAGLINTEROPGLXEXPORTOBJECTPROC)(struct _XDisplay *dpy, struct __GLXcontextRec *context,
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h72 struct _XDisplay struct
86 struct _XDisplay*
107 struct _XDisplay*
232 ((uint64_t)(((struct _XDisplay*)dpy)->request)) \
233 + (((uint64_t)(((struct _XDisplay*)dpy)->request_upper32bit)) << 32) \
238 (((struct _XDisplay*)dpy)->request = \
240 (((struct _XDisplay*)dpy)->request_upper32bit = \
247 ((uint64_t)(((struct _XDisplay*)dpy)->last_request_read)) \
250 ((struct _XDisplay*)dpy)->last_request_read_upper32bit \
257 (((struct _XDisplay*)dp
[all...]
H A DXlib.h251 struct _XDisplay; /* Forward declare before use for C++ */
255 struct _XDisplay *display;/* back pointer to display structure */
374 struct _XDisplay* /* display */,
483 typedef struct _XDisplay Display;
491 _XDisplay struct
506 struct _XDisplay*
527 struct _XDisplay*
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h332 typedef struct _XDisplay Display;
H A DXKBstr.h444 struct _XDisplay * dpy;

Completed in 15 milliseconds