Searched refs:special_functions (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp48 const char **special_functions = RSExecutable::SpecialFunctionNames; local
49 while (*special_functions != NULL) {
50 export_symbols.push_back(*special_functions);
51 special_functions++;

Completed in 206 milliseconds