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

/frameworks/rs/
H A DrsHidlAdaptation.cpp1009 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; local
1011 GetIContextHandle(context)->scriptGroupSetOutput(_sg, _kid, _alloc);
1018 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; local
1020 GetIContextHandle(context)->scriptGroupSetInput(_sg, _kid, _alloc);
1089 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; local
1094 GetIContextHandle(context)->allocationAdapterOffset(_alloc, _offsets);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1170 // Copies from the Java object data into the Allocation pointed to by _alloc.
1172 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, argument
1176 RsAllocation *alloc = (RsAllocation *)_alloc;
1217 // Copies from the Java object data into the Allocation pointed to by _alloc.
1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, argument
1223 RsAllocation *alloc = (RsAllocation *)_alloc;
1256 // Copies from the Java object data into the Allocation pointed to by _alloc.
1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, argument
1262 RsAllocation *alloc = (RsAllocation *)_alloc;
1293 // Copies from the Allocation pointed to by _alloc int
1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1307 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1339 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1397 // Copies from the Java object data into the Allocation pointed to by _alloc.
1399 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, argument
1403 RsAllocation *alloc = (RsAllocation *)_alloc;
1436 // Copies from the Java object data into the Allocation pointed to by _alloc.
1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, argument
1442 RsAllocation *alloc = (RsAllocation *)_alloc;
1481 // Copies from the Java object data into the Allocation pointed to by _alloc.
1483 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, argument
1487 RsAllocation *alloc = (RsAllocation *)_alloc;
1525 // Copies from the Allocation pointed to by _alloc int
1527 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1541 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1579 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1596 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, jint mSize, jboolean usePadding) argument
[all...]

Completed in 120 milliseconds