Home
last modified time | relevance | path

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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java1293 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
DRenderScript.java410 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1148 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap() function
1986 …ionCopyToBitmap", "(JJLandroid/graphics/Bitmap;)V", (void*)nAllocationCopyToBitmap },
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java464 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
DAllocation.java1388 mRS.nAllocationCopyToBitmap(getID(mRS), b); in copyTo()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1274 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap() function
2503 …ionCopyToBitmap", "(JJLandroid/graphics/Bitmap;)V", (void*)nAllocationCopyToBitmap },