Searched refs:get_current (Results 1 – 6 of 6) sorted by relevance
201 if (ctx->st == ctx->stapi->get_current(ctx->stapi)) { in dri_unbind_context()223 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current()262 st = stapi->get_current(stapi); in dri_get_current()
522 struct st_context_iface *(*get_current)(struct st_api *stapi); member
1324 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext()1467 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()
57 st = (stw_dev) ? stw_dev->stapi->get_current(stw_dev->stapi) : NULL; in stw_current_context()
821 struct st_context_iface *st = stapi->get_current(stapi); in OSMesaGetCurrentContext()
973 .get_current = st_api_get_current,