Searched defs:glx_context (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/glx/
H A Dglxclient.h70 struct glx_context;
76 extern void DRI_glXUseXFont(struct glx_context *ctx,
105 struct glx_context *(*createContext)(struct glx_screen *psc,
107 struct glx_context *shareList,
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 *ct
233 struct glx_context struct
[all...]

Completed in 485 milliseconds