Searched refs:nAllocationCopyToBitmap (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 421 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) in nAllocationCopyToBitmap() function 1025 …ionCopyToBitmap", "(IILandroid/graphics/Bitmap;)V", (void*)nAllocationCopyToBitmap },
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 1137 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
|
D | RenderScript.java | 341 synchronized void nAllocationCopyToBitmap(int alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 660 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap() function 1736 …ionCopyToBitmap", "(JJLandroid/graphics/Bitmap;)V", (void*)nAllocationCopyToBitmap },
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1259 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
|
D | RenderScript.java | 394 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
|