Searched defs:st_context (Results 1 – 1 of 1) sorted by relevance
121 struct st_context struct123 struct st_context_iface iface; argument125 struct gl_context *ctx;127 struct pipe_context *pipe;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 */133 GLboolean clamp_frag_color_in_shader;134 GLboolean clamp_vert_color_in_shader;[all …]