Lines Matching refs:stapi
135 static struct st_api *stapi = NULL;
146 if (stapi && stapi->destroy) {
147 stapi->destroy(stapi);
164 stapi = st_gl_api_create();
187 return stapi;
524 stapi->destroy_drawable(stapi, osbuffer->stfb);
590 struct st_api *stapi = get_st_api();
701 osmesa->stctx = stapi->create_context(stapi, get_st_manager(),
762 struct st_api *stapi = get_st_api();
766 stapi->make_current(stapi, NULL, NULL, NULL);
805 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb);
844 struct st_api *stapi = get_st_api();
845 struct st_context_iface *st = stapi->get_current(stapi);