Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java46 private static volatile RenderScript sRS = null; field in CachingPipeline
74 return sRS; in getRenderScriptContext()
78 if (sRS != null) { in createRenderscriptContext()
82 sRS = RenderScript.create(context); in createRenderscriptContext()
86 if (sRS != null) { in destroyRenderScriptContext()
87 sRS.destroy(); in destroyRenderScriptContext()
89 sRS = null; in destroyRenderScriptContext()
122 return sRS.getApplicationContext().getResources(); in getResources()