Searched refs:st_context_iface (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/include/state_tracker/ |
D | st_api.h | 348 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/ |
D | vg_manager.c | 144 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 *
|
D | vg_context.h | 96 struct st_context_iface iface;
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 460 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 …]
|
D | st_context.h | 71 struct st_context_iface iface;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_context.h | 34 struct st_context_iface; 38 struct st_context_iface *st;
|
D | stw_context.c | 54 struct st_context_iface *st; in stw_current_context()
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
D | dri_context.h | 42 struct st_context_iface; 59 struct st_context_iface *st;
|
D | dri_context.c | 72 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()
|
D | dri_drawable.c | 370 struct st_context_iface *ctxi; in dri_throttle()
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_context.c | 72 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()
|
D | dri_drawable.c | 370 struct st_context_iface *ctxi; in dri_throttle()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_context.c | 72 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()
|
D | dri_drawable.c | 370 struct st_context_iface *ctxi; in dri_throttle()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d.h | 66 struct st_context_iface *stctxi;
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.h | 304 struct st_context_iface *st;
|
D | xm_api.c | 1215 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext() 1347 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()
|