Lines Matching refs:stctx
97 struct st_context_iface *stctx; member
308 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in osmesa_st_framebuffer_flush_front() argument
314 struct pipe_context *pipe = stctx->pipe; in osmesa_st_framebuffer_flush_front()
385 osmesa_st_framebuffer_validate(struct st_context_iface *stctx, in osmesa_st_framebuffer_validate() argument
595 st_shared = sharelist->stctx; in OSMesaCreateContextAttribs()
700 osmesa->stctx = stapi->create_context(stapi, get_st_manager(), in OSMesaCreateContextAttribs()
702 if (!osmesa->stctx) { in OSMesaCreateContextAttribs()
707 osmesa->stctx->st_manager_private = osmesa; in OSMesaCreateContextAttribs()
728 osmesa->stctx->destroy(osmesa->stctx); in OSMesaDestroyContext()
799 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb); in OSMesaMakeCurrent()
814 osmesa->pp = pp_init(osmesa->stctx->pipe, in OSMesaMakeCurrent()
816 osmesa->stctx->cso_context); in OSMesaMakeCurrent()
914 struct pipe_context *pipe = c->stctx->pipe; in OSMesaGetDepthBuffer()