Searched defs:st_context (Results 1 – 1 of 1) sorted by relevance
120 struct st_context struct122 struct st_context_iface iface; argument124 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 …]