Searched refs:standalone_compile_shader (Results 1 – 4 of 4) sorted by relevance
43 struct gl_shader_program * standalone_compile_shader(
97 whole_program = standalone_compile_shader(&options, argc - optind, in main()
320 standalone_compile_shader(const struct standalone_options *_options, in standalone_compile_shader() function
102 prog = standalone_compile_shader(&options, num_files, files, &local_ctx); in load_glsl()