Home
last modified time | relevance | path

Searched refs:st_context_iface (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h261 struct st_context_iface;
318 boolean (*flush_front)(struct st_context_iface *stctx,
339 boolean (*validate)(struct st_context_iface *stctx,
344 boolean (*flush_swapbuffers) (struct st_context_iface *stctx,
353 struct st_context_iface struct
380 void (*destroy)(struct st_context_iface *stctxi); argument
385 void (*flush)(struct st_context_iface *stctxi, unsigned flags, argument
393 boolean (*teximage)(struct st_context_iface *stctxi, argument
401 void (*copy)(struct st_context_iface *stctxi, argument
402 struct st_context_iface *stsrci, unsigned mask);
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c612 struct st_context_iface *st_iface = &st->iface; in st_framebuffers_purge()
638 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush()
674 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage()
766 st_context_copy(struct st_context_iface *stctxi, in st_context_copy()
767 struct st_context_iface *stsrci, unsigned mask) in st_context_copy()
777 st_context_share(struct st_context_iface *stctxi, in st_context_share()
778 struct st_context_iface *stsrci) in st_context_share()
788 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy()
796 st_start_thread(struct st_context_iface *stctxi) in st_start_thread()
805 st_thread_finish(struct st_context_iface *stctxi) in st_thread_finish()
[all …]
Dst_context.h91 struct st_context_iface iface;
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.h35 struct st_context_iface;
39 struct st_context_iface *st;
Dstw_st.c143 stw_st_framebuffer_validate(struct st_context_iface *stctx, in stw_st_framebuffer_validate()
199 stw_st_framebuffer_flush_front(struct st_context_iface *stctx, in stw_st_framebuffer_flush_front()
Dstw_context.c55 struct st_context_iface *st; in stw_current_context()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.h42 struct st_context_iface;
57 struct st_context_iface *st;
Ddri_drawable.c47 dri_st_framebuffer_validate(struct st_context_iface *stctx, in dri_st_framebuffer_validate()
109 dri_st_framebuffer_flush_front(struct st_context_iface *stctx, in dri_st_framebuffer_flush_front()
127 dri_st_framebuffer_flush_swapbuffers(struct st_context_iface *stctx, in dri_st_framebuffer_flush_swapbuffers()
245 struct st_context_iface *st = ctx->st; in dri_set_tex_buffer2()
478 struct st_context_iface *st; in dri_flush()
Ddri_context.c54 struct st_context_iface *st_share = NULL; in dri_create_context()
250 struct st_context_iface *st = ctx->st; in dri_unbind_context()
310 struct st_context_iface *st; in dri_get_current()
Ddri_helpers.c93 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence()
113 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence_fd()
Ddri_screen.c485 dri_set_background_context(struct st_context_iface *st, in dri_set_background_context()
Ddri2.c1700 struct st_context_iface *st = dri_context(_ctx)->st; in dri2_interop_export_object()
/external/mesa3d/src/gallium/state_trackers/hgl/
Dhgl.c36 hgl_st_context(struct st_context_iface *stctxi) in hgl_st_context()
59 hgl_st_framebuffer_flush_front(struct st_context_iface *stctxi, in hgl_st_framebuffer_flush_front()
150 hgl_st_framebuffer_validate(struct st_context_iface *stctxi, in hgl_st_framebuffer_validate()
Dhgl_context.h57 struct st_context_iface* st;
/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c97 struct st_context_iface *stctx;
308 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in osmesa_st_framebuffer_flush_front()
385 osmesa_st_framebuffer_validate(struct st_context_iface *stctx, in osmesa_st_framebuffer_validate()
585 struct st_context_iface *st_shared; in OSMesaCreateContextAttribs()
833 struct st_context_iface *st = stapi->get_current(stapi); in OSMesaGetCurrentContext()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c198 xmesa_st_framebuffer_validate(struct st_context_iface *stctx, in xmesa_st_framebuffer_validate()
259 xmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in xmesa_st_framebuffer_flush_front()
Dxm_api.h306 struct st_context_iface *st;
Dxm_api.c1341 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext()
1484 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()