Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java73 public static synchronized RenderScript getRenderScriptContext() { in getRenderScriptContext() method in CachingPipeline
98 if (getRenderScriptContext() == null) { in reset()
195 RenderScript RS = getRenderScriptContext(); in updateOriginalAllocation()
217 if (getRenderScriptContext() == null) { in renderHighres()
242 if (getRenderScriptContext() == null) { in renderGeometry()
264 if (getRenderScriptContext() == null) { in renderFilters()
287 if (getRenderScriptContext() == null) { in render()
383 if (getRenderScriptContext() == null) { in renderImage()
399 if (getRenderScriptContext() == null) { in renderFinalImage()
417 if (getRenderScriptContext() == null) { in compute()
[all …]
DBuffer.java35 RenderScript rs = CachingPipeline.getRenderScriptContext(); in Buffer()
DImagePreset.java543 CachingPipeline.getRenderScriptContext(), in.getType()); in applyBorder()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java835 if (null == CachingPipeline.getRenderScriptContext()){ in onPostExecute()