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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp399 const char* coreLibPath = pRuntimePath; local
404 coreLibPath = pRuntimeRelaxedPath;
408 compileScript(script, pOutputFilepath, output_path.c_str(), coreLibPath,
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp258 const char* coreLibPath, const char* coreLibRelaxedPath,
273 args->push_back(coreLibPath);
391 const string& coreLibPath = getCoreLibPath(getCpuRefImpl()->getContext(), local
400 resName, coreLibPath.c_str(), coreLibRelaxedPath.c_str(),
407 inputs.push_back(coreLibPath.c_str());
254 setupCompileArguments( const vector<const char*>& inputs, const vector<string>& kernelBatches, const vector<string>& invokeBatches, const char* outputDir, const char* outputFileName, const char* coreLibPath, const char* coreLibRelaxedPath, const bool emitGlobalInfo, const bool emitGlobalInfoSkipConstant, int optLevel, vector<const char*>* args) argument

Completed in 8 milliseconds