Home
last modified time | relevance | path

Searched refs:stctx (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c144 stw_st_framebuffer_validate_locked(struct st_context_iface *stctx, in stw_st_framebuffer_validate_locked() argument
185 stwfb->fb->winsys_framebuffer->resize(stwfb->fb->winsys_framebuffer, stctx->pipe, &templ); in stw_st_framebuffer_validate_locked()
297 stw_pipe_blit(stctx->pipe, in stw_st_framebuffer_validate_locked()
303 stw_pipe_blit(stctx->pipe, in stw_st_framebuffer_validate_locked()
314 stw_st_framebuffer_validate(struct st_context_iface *stctx, in stw_st_framebuffer_validate() argument
330 stw_st_framebuffer_validate_locked(stctx, &stwfb->base, in stw_st_framebuffer_validate()
359 struct st_context_iface *stctx; member
368 struct st_context_iface *st = args->stctx; in notify_before_flush_cb()
390 stw_st_flush(struct st_context_iface *stctx, in stw_st_flush() argument
399 args.stctx in stw_st_flush()
415 stw_st_framebuffer_present_locked(HDC hdc, struct st_context_iface *stctx, struct st_framebuffer_iface *stfb, enum st_attachment_type statt) stw_st_framebuffer_present_locked() argument
439 stw_st_framebuffer_flush_front(struct st_context_iface *stctx, struct st_framebuffer_iface *stfb, enum st_attachment_type statt) stw_st_framebuffer_flush_front() argument
545 stw_st_swap_framebuffer_locked(HDC hdc, struct st_context_iface *stctx, struct st_framebuffer_iface *stfb) stw_st_swap_framebuffer_locked() argument
[all...]
H A Dstw_st.h54 stw_st_swap_framebuffer_locked(HDC hdc, struct st_context_iface *stctx,
H A Dstw_framebuffer.c86 struct st_context_iface *stctx) in stw_framebuffer_release_locked()
116 fb->winsys_framebuffer->destroy(fb->winsys_framebuffer, stctx ? stctx->pipe : NULL); in stw_framebuffer_release_locked()
85 stw_framebuffer_release_locked(struct stw_framebuffer *fb, struct st_context_iface *stctx) stw_framebuffer_release_locked() argument
H A Dstw_framebuffer.h169 struct st_context_iface *stctx);
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c98 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()
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c62 struct st_context_iface *stctx, in xmesa_st_framebuffer_display()
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()
61 xmesa_st_framebuffer_display(struct st_framebuffer_iface *stfbi, struct st_context_iface *stctx, enum st_attachment_type statt, struct pipe_box *box) xmesa_st_framebuffer_display() argument
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h344 bool (*flush_front)(struct st_context_iface *stctx,
365 bool (*validate)(struct st_context_iface *stctx,
370 bool (*flush_swapbuffers) (struct st_context_iface *stctx,
478 * @stctx: caller context
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c44 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()
H A Ddrisw.c344 drisw_allocate_textures(struct dri_context *stctx, in drisw_allocate_textures() argument
417 dri_pipe_blit(stctx->st->pipe, in drisw_allocate_textures()

Completed in 8 milliseconds