Searched refs:_alloc (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1174 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument 1178 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() 1221 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() argument 1225 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() 1260 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() argument 1264 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() 1297 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() argument 1300 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() 1309 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() argument 1313 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() [all …]
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1386 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument 1390 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() 1425 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() argument 1429 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() 1470 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() argument 1474 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() 1514 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() argument 1517 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() 1528 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() argument 1532 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()
|