Searched refs:nAllocationCopyFromBitmap (Results 1 – 7 of 7) 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 | 541 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 | 1365 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jlong bitmapPtr) in nAllocationCopyFromBitmap() function 2874 …nCopyFromBitmap", "(JJJ)V", (void*)nAllocationCopyFromBitmap },
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 60268 Landroid/renderscript/RenderScript;->nAllocationCopyFromBitmap(JLandroid/graphics/Bitmap;)V
|