Searched refs:stctx (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_st.c | 128 stw_st_framebuffer_validate_locked(struct st_context_iface *stctx, in stw_st_framebuffer_validate_locked() argument 165 stwfb->fb->winsys_framebuffer->resize(stwfb->fb->winsys_framebuffer, stctx->pipe, &templ); in stw_st_framebuffer_validate_locked() 240 stw_pipe_blit(stctx->pipe, in stw_st_framebuffer_validate_locked() 246 stw_pipe_blit(stctx->pipe, in stw_st_framebuffer_validate_locked() 257 stw_st_framebuffer_validate(struct st_context_iface *stctx, in stw_st_framebuffer_validate() argument 273 stw_st_framebuffer_validate_locked(stctx, &stwfb->base, in stw_st_framebuffer_validate() 302 struct st_context_iface *stctx; member 311 struct st_context_iface *st = args->stctx; in notify_before_flush_cb() 333 stw_st_flush(struct st_context_iface *stctx, in stw_st_flush() argument 342 args.stctx = stctx; in stw_st_flush() [all …]
|
D | stw_st.h | 54 stw_st_swap_framebuffer_locked(HDC hdc, struct st_context_iface *stctx,
|
D | stw_framebuffer.h | 169 struct st_context_iface *stctx);
|
D | stw_framebuffer.c | 78 struct st_context_iface *stctx) in stw_framebuffer_release_locked() argument 108 fb->winsys_framebuffer->destroy(fb->winsys_framebuffer, stctx ? stctx->pipe : NULL); in stw_framebuffer_release_locked()
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 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() [all …]
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_st.c | 62 struct st_context_iface *stctx, in xmesa_st_framebuffer_display() argument 69 struct pipe_context *pctx = stctx ? stctx->pipe : NULL; in xmesa_st_framebuffer_display() 203 xmesa_st_framebuffer_validate(struct st_context_iface *stctx, in xmesa_st_framebuffer_validate() argument 264 xmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in xmesa_st_framebuffer_flush_front() argument 274 ret = xmesa_st_framebuffer_display(stfbi, stctx, statt, NULL); in xmesa_st_framebuffer_flush_front()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 44 dri_st_framebuffer_validate(struct st_context_iface *stctx, in dri_st_framebuffer_validate() argument 50 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_validate() 118 dri_st_framebuffer_flush_front(struct st_context_iface *stctx, in dri_st_framebuffer_flush_front() argument 122 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_flush_front() 134 dri_st_framebuffer_flush_swapbuffers(struct st_context_iface *stctx, in dri_st_framebuffer_flush_swapbuffers() argument 137 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_flush_swapbuffers()
|
D | drisw.c | 326 drisw_allocate_textures(struct dri_context *stctx, in drisw_allocate_textures() argument 399 dri_pipe_blit(stctx->st->pipe, in drisw_allocate_textures()
|
/third_party/mesa3d/src/gallium/include/frontend/ |
D | api.h | 332 bool (*flush_front)(struct st_context_iface *stctx, 353 bool (*validate)(struct st_context_iface *stctx, 358 bool (*flush_swapbuffers) (struct st_context_iface *stctx,
|