Searched refs:mShortAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 34 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/ |
D | jniallocations.cpp | 38 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/ |
D | MainActivity.java | 45 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()
|