Searched refs:standalone_compile_shader (Results 1 – 4 of 4) sorted by relevance
43 struct gl_shader_program * standalone_compile_shader(
95 whole_program = standalone_compile_shader(&options, argc - optind, &argv[optind]); in main()
405 standalone_compile_shader(const struct standalone_options *_options, in standalone_compile_shader() function
109 prog = standalone_compile_shader(&options, num_files, files); in load_glsl()