Lines Matching defs:glx_context_vtable
229 struct glx_context_vtable { struct
230 void (*destroy)(struct glx_context *ctx);
231 int (*bind)(struct glx_context *context, struct glx_context *old,
233 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
234 void (*wait_gl)(struct glx_context *ctx);
235 void (*wait_x)(struct glx_context *ctx);
236 void (*use_x_font)(struct glx_context *ctx,
238 void (*bind_tex_image)(Display * dpy,
241 void (*release_tex_image)(Display * dpy, GLXDrawable drawable, int buffer);
242 void * (*get_proc_address)(const char *symbol);
243 int (*interop_query_device_info)(struct glx_context *ctx,
245 int (*interop_export_object)(struct glx_context *ctx,