Home
last modified time | relevance | path

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

/frameworks/rs/
DrsScriptC.cpp238 size_t bitcodeLen) { in runCompiler() argument
244 bcinfo::BitcodeWrapper bcWrapper((const char *)bitcode, bitcodeLen); in runCompiler()
263 BT = new bcinfo::BitcodeTranslator((const char *)bitcode, bitcodeLen, in runCompiler()
272 bitcodeLen = BT->getTranslatedBitcodeSize(); in runCompiler()
287 if (!rsc->mHal.funcs.script.init(rsc, this, resName, cacheDir, bitcode, bitcodeLen, 0)) { in runCompiler()
DrsScriptC.h67 const uint8_t *bitcode, size_t bitcodeLen);