Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp335 const char *pResName, in build() argument
344 if ((pCacheDir == NULL) || (pResName == NULL)) { in build()
347 ((pResName) ? pResName : "(null)")); in build()
363 dep_info.push(std::make_pair(pResName, bitcode_sha1)); in build()
371 if (!output_path.appendComponent(pResName)) { in build()
372 ALOGE("Failed to construct output path %s/%s!", pCacheDir, pResName); in build()
397 Source *source = Source::CreateFromBuffer(pContext, pResName, in build()
406 pResName, output_path.c_str()); in build()
422 result = compileScript(*script, pResName, output_path.c_str(), pRuntimePath, in build()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompilerDriver.h85 const char *pCacheDir, const char *pResName,