Lines Matching refs:stctxi
496 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush() argument
499 struct st_context *st = (struct st_context *) stctxi; in st_context_flush()
512 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage() argument
517 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage()
599 st_context_copy(struct st_context_iface *stctxi, in st_context_copy() argument
602 struct st_context *st = (struct st_context *) stctxi; in st_context_copy()
609 st_context_share(struct st_context_iface *stctxi, in st_context_share() argument
612 struct st_context *st = (struct st_context *) stctxi; in st_context_share()
619 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy() argument
621 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy()
758 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in st_api_make_current() argument
762 struct st_context *st = (struct st_context *) stctxi; in st_api_make_current()