Searched refs:st_context_iface (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/include/state_tracker/ |
D | st_api.h | 261 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/ |
D | st_manager.c | 612 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 …]
|
D | st_context.h | 91 struct st_context_iface iface;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_context.h | 35 struct st_context_iface; 39 struct st_context_iface *st;
|
D | stw_st.c | 143 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()
|
D | stw_context.c | 55 struct st_context_iface *st; in stw_current_context()
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri_context.h | 42 struct st_context_iface; 57 struct st_context_iface *st;
|
D | dri_drawable.c | 47 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()
|
D | dri_context.c | 54 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()
|
D | dri_helpers.c | 93 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()
|
D | dri_screen.c | 485 dri_set_background_context(struct st_context_iface *st, in dri_set_background_context()
|
D | dri2.c | 1700 struct st_context_iface *st = dri_context(_ctx)->st; in dri2_interop_export_object()
|
/external/mesa3d/src/gallium/state_trackers/hgl/ |
D | hgl.c | 36 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()
|
D | hgl_context.h | 57 struct st_context_iface* st;
|
/external/mesa3d/src/gallium/state_trackers/osmesa/ |
D | osmesa.c | 97 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/ |
D | xm_st.c | 198 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()
|
D | xm_api.h | 306 struct st_context_iface *st;
|
D | xm_api.c | 1341 struct st_context_iface *st = stapi->get_current(stapi); in XMesaGetCurrentContext() 1484 struct st_context_iface *st = stapi->get_current(stapi); in XMesaBindTexImage()
|