OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationCache
(Results
1 - 4
of
4
) sorted by null
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
RenderScriptSingleton.java
25
* Singleton to hold {@link RenderScript} and {@link
AllocationCache
} objects.
36
private static
AllocationCache
sCache;
40
* {@link RenderScript} and {@link
AllocationCache
} objects are instantiated.
59
sCache = new
AllocationCache
(sRS);
64
* {@link RenderScript} and {@link
AllocationCache
} objects are destroyed.
94
* Get the current {@link
AllocationCache
} singleton.
96
* @return A non-{@code null} {@link
AllocationCache
} object.
100
public static synchronized
AllocationCache
getCache() {
AllocationCache.java
38
public class
AllocationCache
implements UncheckedCloseable {
40
private static final String TAG = "
AllocationCache
";
57
public
AllocationCache
(RenderScript rs) {
62
* Returns the {@link RenderScript} context associated with this
AllocationCache
.
235
throw new IllegalStateException("
AllocationCache
has already been closed");
Script.java
181
protected final
AllocationCache
mCache = RenderScriptSingleton.getCache();
340
* {@link
AllocationCache
cache}.
ScriptGraph.java
67
private final
AllocationCache
mCache = RenderScriptSingleton.getCache();
Completed in 1093 milliseconds