Searched refs:nAllocationCopyFromBitmap (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 970 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom()
|
D | RenderScript.java | 467 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1137 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap() function 2321 …nCopyFromBitmap", "(JJLandroid/graphics/Bitmap;)V", (void*)nAllocationCopyFromBitmap },
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 530 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap() method in RenderScript
|
D | Allocation.java | 1002 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1364 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap() function 2870 …nCopyFromBitmap", "(JJLandroid/graphics/Bitmap;)V", (void*)nAllocationCopyFromBitmap },
|