Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp56 sp<Allocation> mLong3Allocation; // long3 variable
118 mLong3Allocation = Allocation::createSized(mRS, Element::I64_3(mRS), mAllocSize / 4); in createSignedAllocations()
162 mLong3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long); in initSignedAllocations()
374 mLong3Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp60 sp<Allocation> mLong3Allocation; // long3 variable
122 mLong3Allocation = Allocation::createSized(mRS, Element::I64_3(mRS), mAllocSize / 4); in createSignedAllocations()
166 mLong3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long); in initSignedAllocations()
384 mLong3Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java67 private Allocation mLong3Allocation; // long3 field in MainActivity
169 mLong3Allocation = Allocation.createSized(mRS, Element.I64_3(mRS), mAllocSize / 4); in createSignedAllocations()
210 mLong3Allocation.copyFrom(buffer_long); in initSignedAllocations()
468 mLong3Allocation.destroy(); in runScript()