Searched defs:nAllocationCopyToBitmap (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1155 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap() function
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 422 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1379 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap() function
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 475 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { in nAllocationCopyToBitmap() method in RenderScript
|