Searched refs:rsnAllocationCreateBitmapRef (Results 1 – 3 of 3) sorted by relevance
410 native long rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp); in rsnAllocationCreateBitmapRef() method in RenderScript413 return rsnAllocationCreateBitmapRef(mContext, type, bmp); in nAllocationCreateBitmapRef()
473 native long rsnAllocationCreateBitmapRef(long con, long type, long bitmapHandle); in rsnAllocationCreateBitmapRef() method in RenderScript476 return rsnAllocationCreateBitmapRef(mContext, type, bmp.getNativeInstance()); in nAllocationCreateBitmapRef()
60400 Landroid/renderscript/RenderScript;->rsnAllocationCreateBitmapRef(JJLandroid/graphics/Bitmap;)J