Searched defs:getRenderScriptContext (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java53 protected RenderScript getRenderScriptContext() { method in class:ImageFilterRS
54 return CachingPipeline.getRenderScriptContext();
82 getRenderScriptContext().finish();
145 return Allocation.createFromBitmap(CachingPipeline.getRenderScriptContext(), bitmap,
151 RenderScript RS = CachingPipeline.getRenderScriptContext();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DCachingPipeline.java76 public static synchronized RenderScript getRenderScriptContext() { method in class:CachingPipeline
107 if (getRenderScriptContext() == null) {
206 RenderScript RS = getRenderScriptContext();
229 if (getRenderScriptContext() == null) {
314 if (getRenderScriptContext() == null) {
327 if (getRenderScriptContext() == null) {
353 if (getRenderScriptContext() == null) {
415 return getRenderScriptContext() != null && mOriginalBitmap != null;
419 RenderScript RS = getRenderScriptContext();

Completed in 110 milliseconds