Lines Matching refs:stctxi
460 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush() argument
463 struct st_context *st = (struct st_context *) stctxi; in st_context_flush()
470 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage() argument
475 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage()
575 st_context_copy(struct st_context_iface *stctxi, in st_context_copy() argument
578 struct st_context *st = (struct st_context *) stctxi; in st_context_copy()
585 st_context_share(struct st_context_iface *stctxi, in st_context_share() argument
588 struct st_context *st = (struct st_context *) stctxi; in st_context_share()
595 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy() argument
597 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy()
707 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in st_api_make_current() argument
711 struct st_context *st = (struct st_context *) stctxi; in st_api_make_current()