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)
119 struct glx_context *
122 struct glx_context *shareList, int renderType)
124 struct glx_context *gc;
131 * struct apple_glx_context inherit from struct glx_context. */