Lines Matching refs:VADriverContextP
86 struct dri_drawable *(*createDrawable)(VADriverContextP ctx, XID x_drawable);
87 void (*destroyDrawable)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
88 void (*swapBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
89 … union dri_buffer *(*getRenderingBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
90 void (*close)(VADriverContextP ctx);
94 Bool isDRI2Connected(VADriverContextP ctx, char **driver_name);
95 Bool isDRI1Connected(VADriverContextP ctx, char **driver_name);
96 void free_drawable(VADriverContextP ctx, struct dri_drawable* dri_drawable);
97 void free_drawable_hashtable(VADriverContextP ctx);
98 struct dri_drawable *dri_get_drawable(VADriverContextP ctx, XID drawable);
99 void dri_swap_buffer(VADriverContextP ctx, struct dri_drawable *dri_drawable);
100 union dri_buffer *dri_get_rendering_buffer(VADriverContextP ctx, struct dri_drawable *dri_drawable);