Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.h120 struct st_context struct
122 struct st_context_iface iface; argument
124 struct gl_context *ctx;
125 struct pipe_screen *screen;
126 struct pipe_context *pipe;
127 struct cso_context *cso_context;
129 struct draw_context *draw; /**< For selection/feedback/rastpos only */
130 struct draw_stage *feedback_stage; /**< For GL_FEEDBACK rendermode */
131 struct draw_stage *selection_stage; /**< For GL_SELECT rendermode */
132 struct draw_stage *rastpos_stage; /**< For glRasterPos */
[all …]