Home
last modified time | relevance | path

Searched refs:glcpp_preprocess (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.c173 ret = glcpp_preprocess(ctx, &shader, &info_log, NULL, NULL, &gl_ctx); in main()
Dpp.c225 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log, in glcpp_preprocess() function
Dglcpp.h248 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log,
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h1102 extern int glcpp_preprocess(void *ctx, const char **shader, char **info_log,
Dglsl_parser_extras.cpp2332 state->error = glcpp_preprocess(state, &source, &state->info_log, in _mesa_glsl_compile_shader()