Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp39 sp<Allocation> mUShortAllocation; // ushort variable
186 mUShortAllocation = Allocation::createSized(mRS, Element::U16(mRS), mAllocSize); in createUnsignedAllocations()
232 mUShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initUnsignedAllocations()
382 mInAllocation = mUShortAllocation; // Host side assignment in main()
393 mUShortAllocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp43 sp<Allocation> mUShortAllocation; // ushort variable
190 mUShortAllocation = Allocation::createSized(mRS, Element::U16(mRS), mAllocSize); in createUnsignedAllocations()
236 mUShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initUnsignedAllocations()
392 mInAllocation = mUShortAllocation; // Host side assignment in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
403 mUShortAllocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java50 private Allocation mUShortAllocation; // ushort field in MainActivity
234 mUShortAllocation = Allocation.createSized(mRS, Element.U16(mRS), mAllocSize); in createUnsignedAllocations()
290 mUShortAllocation.copyFrom(buffer_short); in initUnsignedAllocations()
480 mInAllocation = mUShortAllocation; // Host side assignment in runScript()
495 mUShortAllocation.destroy(); in runScript()