Home
last modified time | relevance | path

Searched refs:coreLibPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp399 const char* coreLibPath = pRuntimePath; in buildScriptGroup() local
404 coreLibPath = pRuntimeRelaxedPath; in buildScriptGroup()
408 compileScript(script, pOutputFilepath, output_path.c_str(), coreLibPath, in buildScriptGroup()
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp258 const char* coreLibPath, const char* coreLibRelaxedPath, in setupCompileArguments() argument
273 args->push_back(coreLibPath); in setupCompileArguments()
391 const string& coreLibPath = getCoreLibPath(getCpuRefImpl()->getContext(), in compile() local
400 resName, coreLibPath.c_str(), coreLibRelaxedPath.c_str(), in compile()
407 inputs.push_back(coreLibPath.c_str()); in compile()