Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h348 struct st_context_iface struct
359 void (*destroy)(struct st_context_iface *stctxi); argument
364 void (*flush)(struct st_context_iface *stctxi, unsigned flags, argument
372 boolean (*teximage)(struct st_context_iface *stctxi, argument
380 void (*copy)(struct st_context_iface *stctxi, argument
381 struct st_context_iface *stsrci, unsigned mask);
386 boolean (*share)(struct st_context_iface *stctxi, argument
387 struct st_context_iface *stsrci);
394 boolean (*get_resource_for_egl_image)(struct st_context_iface *stctxi, argument
477 struct st_context_iface *(*create_context)(struct st_api *stapi,
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_manager.c144 vg_context_flush(struct st_context_iface *stctxi, unsigned flags, in vg_context_flush()
154 vg_context_destroy(struct st_context_iface *stctxi) in vg_context_destroy()
163 static struct st_context_iface *
167 struct st_context_iface *shared_stctxi) in vg_api_create_context()
266 vg_context_bind_framebuffers(struct st_context_iface *stctxi, in vg_context_bind_framebuffers()
336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in vg_api_make_current()
349 static struct st_context_iface *
Dvg_context.h96 struct st_context_iface iface;
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c460 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush()
470 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage()
575 st_context_copy(struct st_context_iface *stctxi, in st_context_copy()
576 struct st_context_iface *stsrci, unsigned mask) in st_context_copy()
585 st_context_share(struct st_context_iface *stctxi, in st_context_share()
586 struct st_context_iface *stsrci) in st_context_share()
595 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy()
601 static struct st_context_iface *
605 struct st_context_iface *shared_stctxi) in st_api_create_context()
677 static struct st_context_iface *
[all …]
Dst_context.h71 struct st_context_iface iface;
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.h34 struct st_context_iface;
38 struct st_context_iface *st;
Dstw_context.c54 struct st_context_iface *st; in stw_current_context()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_context.h42 struct st_context_iface;
59 struct st_context_iface *st;
Ddri_context.c72 struct st_context_iface *st_share = NULL; in dri_create_context()
221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current()
259 struct st_context_iface *st; in dri_get_current()
Ddri_drawable.c370 struct st_context_iface *ctxi; in dri_throttle()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_context.c72 struct st_context_iface *st_share = NULL; in dri_create_context()
221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current()
259 struct st_context_iface *st; in dri_get_current()
Ddri_drawable.c370 struct st_context_iface *ctxi; in dri_throttle()
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_context.c72 struct st_context_iface *st_share = NULL; in dri_create_context()
221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); in dri_make_current()
259 struct st_context_iface *st; in dri_get_current()
Ddri_drawable.c370 struct st_context_iface *ctxi; in dri_throttle()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.h66 struct st_context_iface *stctxi;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h304 struct st_context_iface *st;
Dxm_api.c1215 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext()
1347 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()