Lines Matching refs:stctxi
638 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush() argument
641 struct st_context *st = (struct st_context *) stctxi; in st_context_flush()
674 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage() argument
679 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage()
766 st_context_copy(struct st_context_iface *stctxi, in st_context_copy() argument
769 struct st_context *st = (struct st_context *) stctxi; in st_context_copy()
777 st_context_share(struct st_context_iface *stctxi, in st_context_share() argument
780 struct st_context *st = (struct st_context *) stctxi; in st_context_share()
788 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy() argument
790 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy()
796 st_start_thread(struct st_context_iface *stctxi) in st_start_thread() argument
798 struct st_context *st = (struct st_context *) stctxi; in st_start_thread()
805 st_thread_finish(struct st_context_iface *stctxi) in st_thread_finish() argument
807 struct st_context *st = (struct st_context *) stctxi; in st_thread_finish()
1016 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in st_api_make_current() argument
1020 struct st_context *st = (struct st_context *) stctxi; in st_api_make_current()