Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRenderScriptSingleton.java36 private static AllocationCache sCache;
59 sCache = new AllocationCache(sRS); in setContext()
100 public static synchronized AllocationCache getCache() { in getCache()
DAllocationCache.java38 public class AllocationCache implements UncheckedCloseable { class
57 public AllocationCache(RenderScript rs) { in AllocationCache() method in AllocationCache
DScript.java181 protected final AllocationCache mCache = RenderScriptSingleton.getCache();
DScriptGraph.java67 private final AllocationCache mCache = RenderScriptSingleton.getCache();