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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp34 sp<Allocation> mShortAllocation; // short variable
98 mShortAllocation = Allocation::createSized(mRS, Element::I16(mRS), mAllocSize);
146 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java45 private Allocation mShortAllocation; // short field in class:MainActivity
139 mShortAllocation = Allocation.createSized(mRS, Element.I16(mRS), mAllocSize);
198 mShortAllocation.copyFrom(buffer_short);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp38 sp<Allocation> mShortAllocation; // short variable
102 mShortAllocation = Allocation::createSized(mRS, Element::I16(mRS), mAllocSize);
150 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);

Completed in 32 milliseconds