Searched refs:bitcodeLen (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsScriptC.cpp | 238 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()
|
D | rsScriptC.h | 67 const uint8_t *bitcode, size_t bitcodeLen);
|