Searched defs:st_api (Results 1 – 2 of 2) sorted by relevance
440 struct st_api struct450 enum st_api_type api; argument465 void (*destroy)(struct st_api *stapi); argument472 st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname); argument477 struct st_context_iface *(*create_context)(struct st_api *stapi, argument489 boolean (*make_current)(struct st_api *stapi, argument497 struct st_context_iface *(*get_current)(struct st_api *stapi); argument
50 struct st_api *st_api; member