Home
last modified time | relevance | path

Searched refs:stctxi (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h406 void (*destroy)(struct st_context_iface *stctxi);
411 void (*flush)(struct st_context_iface *stctxi, unsigned flags,
421 bool (*teximage)(struct st_context_iface *stctxi,
429 void (*copy)(struct st_context_iface *stctxi,
435 bool (*share)(struct st_context_iface *stctxi,
443 void (*start_thread)(struct st_context_iface *stctxi);
449 void (*thread_finish)(struct st_context_iface *stctxi);
455 void (*invalidate_state)(struct st_context_iface *stctxi, unsigned flags);
504 void (*set_background_context)(struct st_context_iface *stctxi,
577 struct st_context_iface *stctxi,
[all...]
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c36 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()
60 hgl_st_framebuffer_flush_front(struct st_context_iface* stctxi, in hgl_st_framebuffer_flush_front() argument
157 hgl_st_framebuffer_validate(struct st_context_iface *stctxi, in hgl_st_framebuffer_validate() argument
169 context = hgl_st_context(stctxi); in hgl_st_framebuffer_validate()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c786 st_context_flush(struct st_context_iface *stctxi, unsigned flags, in st_context_flush() argument
791 struct st_context *st = (struct st_context *) stctxi; in st_context_flush()
831 st_context_teximage(struct st_context_iface *stctxi, in st_context_teximage() argument
836 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage()
919 st_context_copy(struct st_context_iface *stctxi, in st_context_copy() argument
922 struct st_context *st = (struct st_context *) stctxi; in st_context_copy()
930 st_context_share(struct st_context_iface *stctxi, in st_context_share() argument
933 struct st_context *st = (struct st_context *) stctxi; in st_context_share()
941 st_context_destroy(struct st_context_iface *stctxi) in st_context_destroy() argument
943 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy()
949 st_start_thread(struct st_context_iface *stctxi) st_start_thread() argument
958 st_thread_finish(struct st_context_iface *stctxi) st_thread_finish() argument
967 st_context_invalidate_state(struct st_context_iface *stctxi, unsigned flags) st_context_invalidate_state() argument
1203 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, struct st_framebuffer_iface *stdrawi, struct st_framebuffer_iface *streadi) st_api_make_current() argument
[all...]

Completed in 4 milliseconds