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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp40 sp<Allocation> mUShort2Allocation; // ushort2 variable
187 mUShort2Allocation = Allocation::createSized(mRS, Element::U16_2(mRS), mAllocSize / 2);
233 mUShort2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_short);
394 mUShort2Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java51 private Allocation mUShort2Allocation; // ushort2 field in class:MainActivity
236 mUShort2Allocation = Allocation.createSized(mRS, Element.U16_2(mRS), mAllocSize / 2);
291 mUShort2Allocation.copyFrom(buffer_short);
497 mUShort2Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp44 sp<Allocation> mUShort2Allocation; // ushort2 variable
191 mUShort2Allocation = Allocation::createSized(mRS, Element::U16_2(mRS), mAllocSize / 2);
237 mUShort2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_short);
404 mUShort2Allocation.clear();

Completed in 88 milliseconds