Searched defs:_alloc (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1174 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() 1221 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() 1260 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() 1297 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() 1309 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() 1341 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D()
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.cpp | 90 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationAdapterOffset() local 143 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in allocationSetupBufferQueue() local 596 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetOutput() local 604 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); in scriptGroupSetInput() local
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1386 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationData1D() 1425 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() 1470 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() 1514 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() 1528 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, in nAllocationRead1D() 1566 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D() 1583 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead3D()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.cpp | 1009 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; in ScriptGroupSetOutput() local 1018 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; in ScriptGroupSetInput() local 1089 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; in AllocationAdapterOffset() local
|