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

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompilerDriver.h111 bool build(BCCContext& pContext, const char* pCacheDir, const char* pResName,
122 static RSExecutable* loadScript(const char* pCacheDir, const char* pResName, const char* pBitcode,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp69 RSExecutable* RSCompilerDriver::loadScript(const char* pCacheDir, const char* pResName, argument
74 if ((pCacheDir == NULL) || (pResName == NULL)) {
75 ALOGE("Missing pCacheDir and/or pResName");
85 // {pCacheDir}/{pResName}.o
87 llvm::sys::path::append(output_path, pResName);
351 const char *pResName,
362 if ((pCacheDir == NULL) || (pResName == NULL)) {
365 ((pResName) ? pResName : "(null)"));
383 // {pCacheDir}/{pResName}
349 build(BCCContext &pContext, const char *pCacheDir, const char *pResName, const char *pBitcode, size_t pBitcodeSize, const char *commandLine, const char *pRuntimePath, RSLinkRuntimeCallback pLinkRuntimeCallback, bool pDumpIR) argument
[all...]

Completed in 498 milliseconds