Searched refs:_alloc (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1172 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument 1176 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() 1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() argument 1223 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() 1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() argument 1262 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() 1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() argument 1298 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() 1307 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() argument 1311 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() [all …]
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1399 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument 1403 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() 1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() argument 1442 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() 1483 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() argument 1487 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() 1527 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() argument 1530 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() 1541 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() argument 1545 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() [all …]
|
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 1009 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; in ScriptGroupSetOutput() local 1011 GetIContextHandle(context)->scriptGroupSetOutput(_sg, _kid, _alloc); in ScriptGroupSetOutput() 1018 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; in ScriptGroupSetInput() local 1020 GetIContextHandle(context)->scriptGroupSetInput(_sg, _kid, _alloc); in ScriptGroupSetInput() 1089 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; in AllocationAdapterOffset() local 1094 GetIContextHandle(context)->allocationAdapterOffset(_alloc, _offsets); in AllocationAdapterOffset()
|