Searched defs:st_context (Results 1 – 1 of 1) sorted by relevance
69 struct st_context struct71 struct st_context_iface iface; argument73 struct gl_context *ctx;75 struct pipe_context *pipe;77 struct u_upload_mgr *uploader, *indexbuf_uploader, *constbuf_uploader;79 struct draw_context *draw; /**< For selection/feedback/rastpos only */80 struct draw_stage *feedback_stage; /**< For GL_FEEDBACK rendermode */81 struct draw_stage *selection_stage; /**< For GL_SELECT rendermode */82 struct draw_stage *rastpos_stage; /**< For glRasterPos */83 GLboolean clamp_frag_color_in_shader;[all …]