Searched defs:prototype_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_function.cpp74 prototype_string(const glsl_type *return_type, const char *name, function
400 char *str = prototype_string(NULL, name, actual_parameters);
416 str = prototype_string(sig->return_type, f->name, &sig->parameters);
/external/mesa3d/src/glsl/
H A Dast_function.cpp74 prototype_string(const glsl_type *return_type, const char *name, function
400 char *str = prototype_string(NULL, name, actual_parameters);
416 str = prototype_string(sig->return_type, f->name, &sig->parameters);

Completed in 125 milliseconds