Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp57 sp<Allocation> mLong4Allocation; // long4 variable
119 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
163 mLong4Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_long); in initSignedAllocations()
375 mLong4Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp61 sp<Allocation> mLong4Allocation; // long4 variable
123 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
167 mLong4Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_long); in initSignedAllocations()
385 mLong4Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java68 private Allocation mLong4Allocation; // long4 field in MainActivity
171 mLong4Allocation = Allocation.createTyped(mRS, typeI64_4Builder.create()); in createSignedAllocations()
211 mLong4Allocation.copyFrom(buffer_long); in initSignedAllocations()
470 mLong4Allocation.destroy(); in runScript()