Lines Matching refs:glx_context
46 applegl_destroy_context(struct glx_context *gc)
52 applegl_bind_context(struct glx_context *gc, struct glx_context *old,
70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new)
93 applegl_wait_gl(struct glx_context *gc)
99 applegl_wait_x(struct glx_context *gc)
123 struct glx_context *
126 struct glx_context *shareList, int renderType)
128 struct glx_context *gc;
135 * struct apple_glx_context inherit from struct glx_context. */