Searched refs:_alloc (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp680 // Copies from the Java object data into the Allocation pointed to by _alloc.
682 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, argument
685 RsAllocation *alloc = (RsAllocation *)_alloc;
703 // Copies from the Java object data into the Allocation pointed to by _alloc.
705 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, argument
708 RsAllocation *alloc = (RsAllocation *)_alloc;
741 // Copies from the Java object data into the Allocation pointed to by _alloc.
743 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, argument
746 RsAllocation *alloc = (RsAllocation *)_alloc;
777 // Copies from the Allocation pointed to by _alloc int
779 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, int dataType) argument
788 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, int sizeBytes, int dataType) argument
799 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, int sizeBytes, int dataType) argument
[all...]

Completed in 3071 milliseconds