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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java54 protected RenderScript getRenderScriptContext() { method in class:ImageFilterRS
93 getRenderScriptContext().finish();
191 Allocation ret = convertRGBAtoA(getRenderScriptContext(), bitmap);
204 Allocation ret = convertRGBAtoA(getRenderScriptContext(), resizeBitmap);
221 Allocation ret = convertBitmap(getRenderScriptContext(), bitmap);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java73 public static synchronized RenderScript getRenderScriptContext() { method in class:CachingPipeline
98 if (getRenderScriptContext() == null) {
195 RenderScript RS = getRenderScriptContext();
217 if (getRenderScriptContext() == null) {
242 if (getRenderScriptContext() == null) {
264 if (getRenderScriptContext() == null) {
287 if (getRenderScriptContext() == null) {
383 if (getRenderScriptContext() == null) {
399 if (getRenderScriptContext() == null) {
417 if (getRenderScriptContext()
[all...]

Completed in 83 milliseconds