Searched refs:xdpy (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DXDPS.c156 static int DPSCAPAfterProc(Display *xdpy);
157 static unsigned int DPSCAPSetPause(Display *xdpy, ContextXID cxid);
158 static Bool DPSCAPResumeContext(Display *xdpy, ContextXID cxid);
159 static Bool WaitForSyncProc(Display *xdpy, XEvent *event, char *arg);
584 register Display *xdpy,
597 register Display *dpy = ShuntMap[dpyix = DPY_NUMBER(xdpy)];
626 XDPSGetDefaultColorMaps(xdpy, (Screen *) NULL, draw,
633 XDPSGetDefaultColorMaps(xdpy, (Screen *) NULL, draw,
640 XDPSGetDefaultColorMaps(xdpy, (Screen *) NULL, draw,
653 XDPSLFlushGC(xdpy, g
583 XDPSLCreateContextAndSpace( register Display *xdpy, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, SpaceXID *sxid, Bool secure) argument
702 XDPSLCreateContext( register Display *xdpy, SpaceXID sxid, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, Bool secure) argument
817 XDPSLCreateSpace(Display *xdpy) argument
850 XDPSLGiveInput(Display *xdpy, ContextXID cxid, char *data, int length) argument
959 XDPSLGetStatus(Display *xdpy, ContextXID cxid) argument
999 XDPSLDestroySpace(Display *xdpy, SpaceXID sxid) argument
1033 XDPSLReset(Display *xdpy, ContextXID cxid) argument
1066 XDPSLNotifyContext( Display *xdpy, ContextXID cxid, int ntype) argument
1110 XDPSLCreateContextFromID( Display *xdpy, ContextPSID cpsid, SpaceXID *sxid) argument
1155 XDPSLIDFromContext( Display *xdpy, ContextPSID cpsid, ContextXID *cxid, SpaceXID *sxid) argument
1198 XDPSLContextFromXID(Display *xdpy, ContextXID cxid) argument
1235 XDPSLSetStatusMask( Display *xdpy, ContextXID cxid, unsigned int enableMask, unsigned int disableMask, unsigned int nextMask) argument
1323 XDPSLNotifyWhenReady( Display *xdpy, ContextXID cxid, int val[4]) argument
1440 XDPSLFlush(Display *xdpy) argument
1450 XDPSLSyncGCClip(Display *xdpy, GC gc) argument
1515 XDPSLSetAfterProc(Display *xdpy) argument
1631 XDPSLGetCSDPSStatus( Display *xdpy, XEvent *event, void **ret_ctxt, int *ret_status) argument
1649 XDPSLGetCSDPSReady( Display *xdpy, XEvent *event, void **ret_ctxt, int *ret_val) argument
1670 XDPSLCAPNotify( Display *xdpy, ContextXID cxid, unsigned int ntype, unsigned int data, unsigned int extra) argument
1709 XDPSLSync(Display *xdpy) argument
1757 XDPSLReconcileRequests(Display *xdpy, ContextXID cxid) argument
1789 XDPSLSetAgentArg(Display *xdpy, int arg, int val) argument
2102 WaitForSyncProc(Display *xdpy, XEvent *event, char *arg) argument
2117 DPSCAPAfterProc(Display *xdpy) argument
2139 DPSCAPSetPause(Display *xdpy, ContextXID cxid) argument
2190 DPSCAPResumeContext(Display *xdpy, ContextXID cxid) argument
[all...]
H A Dcslibint.h93 {if (dpy != xdpy) N_XFlush(dpy); else _XFlush(dpy);}\
104 {if (dpy != xdpy) N_XFlush(dpy); else _XFlush(dpy);}\
H A Dcslibext.c405 Display *xdpy = (Display *)NULL; local
679 Display *xdpy = pdpy; /* pdpy is X server */ local
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DXDPSlib.h218 extern void XDPSLCAPNotify(Display *xdpy,
224 extern void XDPSLSync(Display *xdpy);
243 extern void XDPSLSyncGCClip(Display *xdpy, GC gc);
245 extern void XDPSLGetCSDPSReady(Display *xdpy,
250 extern void XDPSLReconcileRequests(Display *xdpy, ContextXID cxid);
252 extern Status XDPSLSetAgentArg(Display *xdpy, int arg, int val);
254 extern void XDPSLCleanAll(Display *xdpy);
256 extern void XDPSLUpdateAgentArgs(Display *xdpy);
258 extern void XDPSLCleanContext(Display *xdpy, ContextXID cxid);

Completed in 1093 milliseconds