Home
last modified time | relevance | path

Searched refs:SpecialFunctionNames (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSExecutable.h65 static const char *SpecialFunctionNames[];
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompiler.cpp42 const char **special_functions = RSExecutable::SpecialFunctionNames; in addInternalizeSymbolsPass()
DRSExecutable.cpp30 const char *RSExecutable::SpecialFunctionNames[] = { member in RSExecutable