Lines Matching defs:stctx
98 struct st_context_iface *stctx;
197 struct pipe_context *pipe = osmesa->stctx->pipe;
359 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx,
418 osmesa_st_framebuffer_validate(struct st_context_iface *stctx,
597 st_shared = sharelist->stctx;
701 osmesa->stctx = stapi->create_context(stapi, get_st_manager(),
703 if (!osmesa->stctx) {
708 osmesa->stctx->st_manager_private = osmesa;
729 osmesa->stctx->destroy(osmesa->stctx);
805 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb);
825 osmesa->pp = pp_init(osmesa->stctx->pipe,
827 osmesa->stctx->cso_context,
828 osmesa->stctx);