Lines Matching refs:stctx
98 struct st_context_iface *stctx; member
313 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in osmesa_st_framebuffer_flush_front() argument
319 struct pipe_context *pipe = stctx->pipe; in osmesa_st_framebuffer_flush_front()
390 osmesa_st_framebuffer_validate(struct st_context_iface *stctx, in osmesa_st_framebuffer_validate() argument
600 st_shared = sharelist->stctx; in OSMesaCreateContextAttribs()
704 osmesa->stctx = stapi->create_context(stapi, get_st_manager(), in OSMesaCreateContextAttribs()
706 if (!osmesa->stctx) { in OSMesaCreateContextAttribs()
711 osmesa->stctx->st_manager_private = osmesa; in OSMesaCreateContextAttribs()
732 osmesa->stctx->destroy(osmesa->stctx); in OSMesaDestroyContext()
804 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb); in OSMesaMakeCurrent()
819 osmesa->pp = pp_init(osmesa->stctx->pipe, in OSMesaMakeCurrent()
821 osmesa->stctx->cso_context); in OSMesaMakeCurrent()
917 struct pipe_context *pipe = c->stctx->pipe; in OSMesaGetDepthBuffer()