Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/glcpp/
Dglcpp.c114 ret = glcpp_preprocess(ctx, &shader, &info_log, NULL, API_OPENGL); in main()
Dpp.c153 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log, in glcpp_preprocess() function
Dglcpp.h199 glcpp_preprocess(void *ralloc_ctx, const char **shader, char **info_log,
/external/mesa3d/src/glsl/
Dglsl_parser_extras.h299 extern int glcpp_preprocess(void *ctx, const char **shader, char **info_log,
Dmain.cpp147 state->error = glcpp_preprocess(state, &source, &state->info_log, in compile_shader()
Dtest_optpass.cpp219 state->error = glcpp_preprocess(state, &source, &state->info_log, in test_optpass()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp3063 state->error = glcpp_preprocess(state, &source, &state->info_log, in _mesa_glsl_compile_shader()