Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp54 sp<Allocation> mLongAllocation; // long variable
116 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize); in createSignedAllocations()
160 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long); in initSignedAllocations()
372 mLongAllocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp58 sp<Allocation> mLongAllocation; // long variable
120 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize); in createSignedAllocations()
164 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long); in initSignedAllocations()
382 mLongAllocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java65 private Allocation mLongAllocation; // long field in MainActivity
165 mLongAllocation = Allocation.createSized(mRS, Element.I64(mRS), mAllocSize); in createSignedAllocations()
208 mLongAllocation.copyFrom(buffer_long); in initSignedAllocations()
464 mLongAllocation.destroy(); in runScript()