Lines Matching refs:Bool
72 Bool VA_DRIQueryExtension( Display *dpy, int *event_base, int *error_base );
74 Bool VA_DRIQueryVersion( Display *dpy, int *majorVersion, int *minorVersion,
77 Bool VA_DRIQueryDirectRenderingCapable( Display *dpy, int screen,
78 Bool *isCapable );
80 Bool VA_DRIOpenConnection( Display *dpy, int screen, drm_handle_t *hSAREA,
83 Bool VA_DRIAuthConnection( Display *dpy, int screen, drm_magic_t magic );
85 Bool VA_DRICloseConnection( Display *dpy, int screen );
87 Bool VA_DRIGetClientDriverName( Display *dpy, int screen,
91 Bool VA_DRICreateContext( Display *dpy, int screen, Visual *visual,
94 Bool VA_DRICreateContextWithConfig( Display *dpy, int screen, int configID,
97 Bool VA_DRIDestroyContext( __DRInativeDisplay *dpy, int screen,
100 Bool VA_DRICreateDrawable( __DRInativeDisplay *dpy, int screen,
103 Bool VA_DRIDestroyDrawable( __DRInativeDisplay *dpy, int screen,
106 Bool VA_DRIGetDrawableInfo( Display *dpy, int screen, Drawable drawable,
113 Bool VA_DRIGetDeviceInfo( Display *dpy, int screen,