Home
last modified time | relevance | path

Searched refs:nAllocationCopyToBitmap (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp421 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/
DAllocation.java1137 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
DRenderScript.java341 synchronized void nAllocationCopyToBitmap(int alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp660 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/
DAllocation.java1259 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
DRenderScript.java394 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript