Home
last modified time | relevance | path

Searched defs:st_context (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.h125 struct st_context struct
127 struct gl_context *ctx;
128 struct pipe_screen *screen;
129 struct pipe_context *pipe;
130 struct cso_context *cso_context;
133 st_update_func_t update_functions[ST_NUM_ATOMS];
135 struct pipe_frontend_screen *frontend_screen; /* e.g. dri_screen */
136 void *frontend_context; /* e.g. dri_context */
138 struct draw_context *draw; /**< For selection/feedback/rastpos only */
139 struct draw_stage *feedback_stage; /**< For GL_FEEDBACK rendermode */
[all …]