Searched defs:glx_context_vtable (Results 1 – 1 of 1) sorted by relevance
229 struct glx_context_vtable { struct230 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);[all …]