Searched defs:st_context (Results 1 – 1 of 1) sorted by relevance
89 struct st_context struct91 struct st_context_iface iface; argument93 struct gl_context *ctx;95 struct pipe_context *pipe;97 struct draw_context *draw; /**< For selection/feedback/rastpos only */98 struct draw_stage *feedback_stage; /**< For GL_FEEDBACK rendermode */99 struct draw_stage *selection_stage; /**< For GL_SELECT rendermode */100 struct draw_stage *rastpos_stage; /**< For glRasterPos */101 GLboolean clamp_frag_color_in_shader;102 GLboolean clamp_vert_color_in_shader;[all …]