Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp90 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationAdapterOffset() local
92 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset()
143 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationSetupBufferQueue() local
145 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer); in allocationSetupBufferQueue()
596 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetOutput() local
597 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc); in scriptGroupSetOutput()
604 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetInput() local
605 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc); in scriptGroupSetInput()
/aosp12/frameworks/rs/support/jni/
H A 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 …]
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1386 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() argument
1390 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D()
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()
1570 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D()
[all …]
/aosp12/frameworks/rs/
H A 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()
/aosp12/bionic/libc/malloc_hooks/
H A DREADME.md50 For aligned\_alloc, if \_\_memalign\_hook has been set, then the hook is
/aosp12/bionic/libc/malloc_debug/
H A DREADME.md168 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
183 This enables both the fill\_on\_alloc option and the fill\_on\_free option.
188 ### expand\_alloc[=EXPAND\_BYTES]
340 pointer = aligned\_alloc(alignment, size)
/aosp12/system/core/init/
H A DREADME.md580 _options_ include "barrier=1", "noauto\_da\_alloc", "discard", ... as
581 a comma separated string, e.g. barrier=1,noauto\_da\_alloc