Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp55 sp<Allocation> mLong2Allocation; // long2 variable
117 mLong2Allocation = Allocation::createSized(mRS, Element::I64_2(mRS), mAllocSize / 2); in createSignedAllocations()
161 mLong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long); in initSignedAllocations()
373 mLong2Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp59 sp<Allocation> mLong2Allocation; // long2 variable
121 mLong2Allocation = Allocation::createSized(mRS, Element::I64_2(mRS), mAllocSize / 2); in createSignedAllocations()
165 mLong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long); in initSignedAllocations()
383 mLong2Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java66 private Allocation mLong2Allocation; // long2 field in MainActivity
167 mLong2Allocation = Allocation.createSized(mRS, Element.I64_2(mRS), mAllocSize / 2); in createSignedAllocations()
209 mLong2Allocation.copyFrom(buffer_long); in initSignedAllocations()
466 mLong2Allocation.destroy(); in runScript()