HomeSort by relevance Sort by last modified time
    Searched defs:getRenderScriptContext (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 54 protected RenderScript getRenderScriptContext() {
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/
CachingPipeline.java 73 public static synchronized RenderScript getRenderScriptContext() {
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() == null)
    [all...]

Completed in 72 milliseconds