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

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

Completed in 77 milliseconds