Searched refs:getCachePath (Results 1 – 3 of 3) sorted by relevance
119 return rs.nScriptCCreate(resName, RenderScript.getCachePath(), pgm, pgmLength); in internalCreate()124 return rs.nScriptCCreate(resName, RenderScript.getCachePath(), bitcode, bitcode.length); in internalStringCreate()
1388 static synchronized String getCachePath() { in getCachePath() method in RenderScript1430 rs.nContextSetCacheDir(RenderScript.getCachePath()); in internalCreate()
421 long id = rs.nScriptGroup2Create(name, RenderScript.getCachePath(), closureIDs); in ScriptGroup()