Searched defs:glx_context_vtable (Results 1 – 1 of 1) sorted by relevance
235 struct glx_context_vtable { struct236 void (*destroy)(struct glx_context *ctx);237 int (*bind)(struct glx_context *context, struct glx_context *old,239 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);240 void (*wait_gl)(struct glx_context *ctx);241 void (*wait_x)(struct glx_context *ctx);242 int (*interop_query_device_info)(struct glx_context *ctx,244 int (*interop_export_object)(struct glx_context *ctx,