Home
last modified time | relevance | path

Searched defs:glx_context_vtable (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/glx/
Dglxclient.h213 struct glx_context_vtable { struct
214 void (*destroy)(struct glx_context *ctx);
215 int (*bind)(struct glx_context *context, struct glx_context *old,
217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
218 void (*wait_gl)(struct glx_context *ctx);
219 void (*wait_x)(struct glx_context *ctx);
220 void (*use_x_font)(struct glx_context *ctx,
222 void (*bind_tex_image)(Display * dpy,
225 void (*release_tex_image)(Display * dpy, GLXDrawable drawable, int buffer);
226 void * (*get_proc_address)(const char *symbol);