Home | History | Annotate | Download | only in glx

Lines Matching refs:Bool

68    Bool XF86DRIQueryExtension(Display * dpy, int *event_base,
71 Bool XF86DRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion,
74 Bool XF86DRIQueryDirectRenderingCapable(Display * dpy, int screen,
75 Bool * isCapable);
77 Bool XF86DRIOpenConnection(Display * dpy, int screen, drm_handle_t * hSAREA,
80 Bool XF86DRIAuthConnection(Display * dpy, int screen, drm_magic_t magic);
82 Bool XF86DRICloseConnection(Display * dpy, int screen);
84 Bool XF86DRIGetClientDriverName(Display * dpy, int screen,
90 Bool XF86DRICreateContext(Display * dpy, int screen, Visual * visual,
94 Bool XF86DRICreateContextWithConfig(Display * dpy, int screen, int configID,
98 extern Bool XF86DRIDestroyContext(Display * dpy, int screen, XID context_id);
100 extern Bool XF86DRICreateDrawable(Display * dpy, int screen,
103 extern Bool XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable);
105 Bool XF86DRIGetDrawableInfo(Display * dpy, int screen, Drawable drawable,
113 Bool XF86DRIGetDeviceInfo(Display * dpy, int screen,
118 Bool XF86DRIOpenFullScreen(Display * dpy, int screen, Drawable drawable);
120 Bool XF86DRICloseFullScreen(Display * dpy, int screen, Drawable drawable);