Searched refs:rsnAllocationCopyFromBitmap (Results 1 – 3 of 3) sorted by relevance
466 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap() method in RenderScript469 rsnAllocationCopyFromBitmap(mContext, alloc, bmp); in nAllocationCopyFromBitmap()
540 native void rsnAllocationCopyFromBitmap(long con, long alloc, long bitmapHandle); in rsnAllocationCopyFromBitmap() method in RenderScript543 rsnAllocationCopyFromBitmap(mContext, alloc, bmp.getNativeInstance()); in nAllocationCopyFromBitmap()
60397 Landroid/renderscript/RenderScript;->rsnAllocationCopyFromBitmap(JJLandroid/graphics/Bitmap;)V