Home
last modified time | relevance | path

Searched refs:runCompiler (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsScriptC.cpp148 bool ScriptC::runCompiler(Context *rsc, in runCompiler() function in ScriptC
193 if (!s->runCompiler(rsc, resName, cacheDir, (uint8_t *)text, text_length)) { in rsi_ScriptCCreate()
DrsScriptC.h53 bool runCompiler(Context *rsc, const char *resName, const char *cacheDir,
/frameworks/rs/
DrsScriptC.h57 bool runCompiler(Context *rsc, const char *resName, const char *cacheDir,
DrsScriptC.cpp213 bool ScriptC::runCompiler(Context *rsc, in runCompiler() function in ScriptC
347 if (!s->runCompiler(rsc, resName, cacheDir, (uint8_t *)text, text_length)) { in rsi_ScriptCCreate()