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

/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC.cpp148 bool ScriptC::runCompiler(Context *rsc, function in class:ScriptC
154 //ALOGE("runCompiler %p %p %p %p %p %i", rsc, this, resName, cacheDir, bitcode, bitcodeLen);
193 if (!s->runCompiler(rsc, resName, cacheDir, (uint8_t *)text, text_length)) {
/frameworks/rs/
H A DrsScriptC.cpp213 bool ScriptC::runCompiler(Context *rsc, function in class:ScriptC
219 //ALOGE("runCompiler %p %p %p %p %p %i", rsc, this, resName, cacheDir, bitcode, bitcodeLen);
347 if (!s->runCompiler(rsc, resName, cacheDir, (uint8_t *)text, text_length)) {

Completed in 17 milliseconds