Searched defs:st_fragment_program (Results 1 – 1 of 1) sorted by relevance
89 struct st_fragment_program struct91 struct gl_fragment_program Base;92 struct glsl_to_tgsi_visitor* glsl_to_tgsi;94 struct st_fp_variant *variants;222 st_fragment_program( struct gl_fragment_program *fp ) in st_fragment_program() function