Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h279 struct st_context_iface;
325 boolean (*flush_front)(struct st_context_iface *stctx,
346 boolean (*validate)(struct st_context_iface *stctx,
358 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);
407 boolean (*share)(struct st_context_iface *stctxi, argument
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c496 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush()
512 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage()
599 st_context_copy(struct st_context_iface *stctxi, in st_context_copy()
600 struct st_context_iface *stsrci, unsigned mask) in st_context_copy()
609 st_context_share(struct st_context_iface *stctxi, in st_context_share()
610 struct st_context_iface *stsrci) in st_context_share()
619 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy()
625 static struct st_context_iface *
629 struct st_context_iface *shared_stctxi) in st_api_create_context()
727 static struct st_context_iface *
[all …]
Dst_context.h65 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()
201 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_context.c56 struct st_context_iface *st_share = NULL; in dri_create_context()
223 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current()
260 struct st_context_iface *st; in dri_get_current()
Ddri_drawable.c45 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()
Ddri2.c1649 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.c96 struct st_context_iface *stctx;
307 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in osmesa_st_framebuffer_flush_front()
384 osmesa_st_framebuffer_validate(struct st_context_iface *stctx, in osmesa_st_framebuffer_validate()
572 struct st_context_iface *st_shared; in OSMesaCreateContextAttribs()
821 struct st_context_iface *st = stapi->get_current(stapi); in OSMesaGetCurrentContext()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c197 xmesa_st_framebuffer_validate(struct st_context_iface *stctx, in xmesa_st_framebuffer_validate()
260 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.c1324 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext()
1467 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()