Searched refs:runCompiler (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsScriptC.cpp | 148 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()
|
D | rsScriptC.h | 53 bool runCompiler(Context *rsc, const char *resName, const char *cacheDir,
|
/frameworks/rs/ |
D | rsScriptC.h | 57 bool runCompiler(Context *rsc, const char *resName, const char *cacheDir,
|
D | rsScriptC.cpp | 213 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()
|