Searched refs:convertBitmap (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java154 protected static Allocation convertBitmap(RenderScript RS, Bitmap bitmap) { method in class:ImageFilterRS
169 Allocation bitmapTemp = convertBitmap(RS, bitmap);
221 Allocation ret = convertBitmap(getRenderScriptContext(), bitmap);

Completed in 26 milliseconds