Searched refs:mLong4Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 57 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/ |
D | jniallocations.cpp | 61 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/ |
D | MainActivity.java | 68 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()
|