Searched refs:glcpp_preprocess (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.c | 174 ret = glcpp_preprocess(ctx, &shader, &info_log, NULL, NULL, &gl_ctx); in main()
|
D | pp.c | 225 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log, in glcpp_preprocess() function
|
D | glcpp.h | 246 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log,
|
/external/mesa3d/src/compiler/glsl/ |
D | test_optpass.cpp | 217 state->error = glcpp_preprocess(state, &source, &state->info_log, in test_optpass()
|
D | glsl_parser_extras.h | 1046 extern int glcpp_preprocess(void *ctx, const char **shader, char **info_log,
|
D | glsl_parser_extras.cpp | 2196 state->error = glcpp_preprocess(state, &source, &state->info_log, in _mesa_glsl_compile_shader()
|