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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp112 const char* compileCommandLineToEmbed,
151 string_pool_size += strlen(compileCommandLineToEmbed) + 1;
349 result->mCompileCommandLine = writeString(compileCommandLineToEmbed, result->mStringPool,
111 ExtractFromSource(const Source& pSource, const DependencyHashTy& sourceHashToEmbed, const char* compileCommandLineToEmbed, const char* buildFingerprintToEmbed) argument
H A DRSCompilerDriver.cpp222 const char* compileCommandLineToEmbed,
232 info = RSInfo::ExtractFromSource(pScript.getSource(), pSourceHash, compileCommandLineToEmbed,
429 const char* compileCommandLineToEmbed = ""; local
433 compileCommandLineToEmbed, buildFingerprintToEmbed);
444 compileCommandLineToEmbed, false, false);
218 compileScript(RSScript& pScript, const char* pScriptName, const char* pOutputPath, const char* pRuntimePath, const RSInfo::DependencyHashTy& pSourceHash, const char* compileCommandLineToEmbed, bool saveInfoFile, bool pDumpIR) argument

Completed in 365 milliseconds