Searched defs:glx_context_vtable (Results 1 – 1 of 1) sorted by relevance
231 struct glx_context_vtable { struct232 void (*destroy)(struct glx_context *ctx);233 int (*bind)(struct glx_context *context, struct glx_context *old,235 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);236 void (*wait_gl)(struct glx_context *ctx);237 void (*wait_x)(struct glx_context *ctx);238 int (*interop_query_device_info)(struct glx_context *ctx,240 int (*interop_export_object)(struct glx_context *ctx,