Searched refs:nAllocationCopyToBitmap (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1794 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
|
D | RenderScript.java | 422 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1155 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap() function 2322 …ionCopyToBitmap", "(JJLandroid/graphics/Bitmap;)V", (void*)nAllocationCopyToBitmap },
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 485 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
|
D | Allocation.java | 1851 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1379 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jlong bitmapPtr) in nAllocationCopyToBitmap() function 2875 …ionCopyToBitmap", "(JJJ)V", (void*)nAllocationCopyToBitmap },
|