Home
last modified time | relevance | path

Searched refs:nAllocationCopyFromBitmap (Results 1 – 6 of 6) 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.java530 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.cpp1364 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap() function
2870 …nCopyFromBitmap", "(JJLandroid/graphics/Bitmap;)V", (void*)nAllocationCopyFromBitmap },