Home
last modified time | relevance | path

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

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