Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java154 protected static Allocation convertBitmap(RenderScript RS, Bitmap bitmap) { in convertBitmap() method in ImageFilterRS
168 Allocation bitmapTemp = convertBitmap(RS, bitmap); in convertRGBAtoA()
220 Allocation ret = convertBitmap(getRenderScriptContext(), bitmap); in loadResource()