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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp378 uint8_t bitcode_sha1[SHA1_DIGEST_LENGTH]; local
379 Sha1Util::GetSHA1DigestFromBuffer(bitcode_sha1, pBitcode, pBitcodeSize);
416 pRuntimePath, bitcode_sha1, commandLine,
428 uint8_t bitcode_sha1[SHA1_DIGEST_LENGTH] = {0}; local
432 RSInfo* info = RSInfo::ExtractFromSource(pScript.getSource(), bitcode_sha1,
443 Compiler::ErrorCode status = compileScript(pScript, pOut, pOut, pRuntimePath, bitcode_sha1,

Completed in 114 milliseconds