Searched defs:nAllocationData3D (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java524 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, method in class:RenderScript
540 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, function
2330 {"rsnAllocationData3D", "(JJIIIIIIILjava/lang/Object;IIIZ)V", (void*)nAllocationData3D },
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java591 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, method in class:RenderScript
606 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1471 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, function
2877 {"rsnAllocationData3D", "(JJIIIIIIILjava/lang/Object;IIIZ)V", (void*)nAllocationData3D },

Completed in 154 milliseconds