Searched refs:stctxi (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/include/state_tracker/ |
D | st_api.h | 380 void (*destroy)(struct st_context_iface *stctxi); 385 void (*flush)(struct st_context_iface *stctxi, unsigned flags, 393 boolean (*teximage)(struct st_context_iface *stctxi, 401 void (*copy)(struct st_context_iface *stctxi, 407 boolean (*share)(struct st_context_iface *stctxi, 415 void (*start_thread)(struct st_context_iface *stctxi); 421 void (*thread_finish)(struct st_context_iface *stctxi); 464 void (*set_background_context)(struct st_context_iface *stctxi, 537 struct st_context_iface *stctxi,
|
/external/mesa3d/src/gallium/state_trackers/hgl/ |
D | hgl.c | 36 hgl_st_context(struct st_context_iface *stctxi) in hgl_st_context() argument 39 assert(stctxi); in hgl_st_context() 40 context = (struct hgl_context*)stctxi->st_manager_private; in hgl_st_context() 59 hgl_st_framebuffer_flush_front(struct st_context_iface *stctxi, in hgl_st_framebuffer_flush_front() argument 150 hgl_st_framebuffer_validate(struct st_context_iface *stctxi, in hgl_st_framebuffer_validate() argument 162 context = hgl_st_context(stctxi); in hgl_st_framebuffer_validate()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 638 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush() argument 641 struct st_context *st = (struct st_context *) stctxi; in st_context_flush() 674 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage() argument 679 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage() 766 st_context_copy(struct st_context_iface *stctxi, in st_context_copy() argument 769 struct st_context *st = (struct st_context *) stctxi; in st_context_copy() 777 st_context_share(struct st_context_iface *stctxi, in st_context_share() argument 780 struct st_context *st = (struct st_context *) stctxi; in st_context_share() 788 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy() argument 790 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy() [all …]
|