Home
last modified time | relevance | path

Searched refs:LinkRuntime (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h61 static bool LinkRuntime(RSScript &pScript, const char *rt_path = NULL);
/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp25 bool RSScript::LinkRuntime(RSScript &pScript, const char *rt_path) { in LinkRuntime() function in RSScript
DRSCompilerDriver.cpp227 if (!RSScript::LinkRuntime(pScript, pRuntimePath)) { in compileScript()