Home
last modified time | relevance | path

Searched refs:nAllocationCopyFromBitmap (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java970 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom()
DRenderScript.java467 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap() method in RenderScript
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1137 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/
DRenderScript.java541 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) { in nAllocationCopyFromBitmap() method in RenderScript
DAllocation.java1002 mRS.nAllocationCopyFromBitmap(getID(mRS), b); in copyFrom()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1365 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jlong bitmapPtr) in nAllocationCopyFromBitmap() function
2874 …nCopyFromBitmap", "(JJJ)V", (void*)nAllocationCopyFromBitmap },
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt60268 Landroid/renderscript/RenderScript;->nAllocationCopyFromBitmap(JLandroid/graphics/Bitmap;)V