Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp211 const char *pResName, in build() argument
222 if ((pCacheDir == nullptr) || (pResName == nullptr)) { in build()
225 ((pResName) ? pResName : "(null)")); in build()
240 llvm::sys::path::append(output_path, pResName); in build()
246 Source *source = Source::CreateFromBuffer(pContext, pResName, in build()
271 Compiler::ErrorCode status = compileScript(script, pResName, in build()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompilerDriver.h140 bool build(BCCContext& pContext, const char* pCacheDir, const char* pResName,