Lines Matching refs:stapi
53 struct st_api *stapi = screen->st_api;
169 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err,
198 ctx->stapi = stapi;
266 struct st_api *stapi = screen->st_api;
268 if (st == stapi->get_current(stapi)) {
276 stapi->make_current(stapi, NULL, NULL, NULL);
295 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL);
308 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base);
322 struct st_api *stapi = screen->st_api;
325 st = stapi->get_current(stapi);