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 boolean (*get_resource_for_egl_image)(struct st_context_iface *stctxi, 515 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 | 496 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush() argument 499 struct st_context *st = (struct st_context *) stctxi; in st_context_flush() 512 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage() argument 517 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage() 599 st_context_copy(struct st_context_iface *stctxi, in st_context_copy() argument 602 struct st_context *st = (struct st_context *) stctxi; in st_context_copy() 609 st_context_share(struct st_context_iface *stctxi, in st_context_share() argument 612 struct st_context *st = (struct st_context *) stctxi; in st_context_share() 619 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy() argument 621 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy() [all …]
|