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