Home
last modified time | relevance | path

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

/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1174 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/
Dandroid_renderscript_RenderScript.cpp1387 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument
1391 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D()
1426 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() argument
1430 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D()
1471 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() argument
1475 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D()
1515 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() argument
1518 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead()
1529 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() argument
1533 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D()
[all …]
/frameworks/rs/
DrsHidlAdaptation.cpp1009 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()