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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp42 sp<Allocation> mUShort4Allocation; // ushort4 variable
189 mUShort4Allocation = Allocation::createSized(mRS, Element::U16_4(mRS), mAllocSize / 4);
235 mUShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
396 mUShort4Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java53 private Allocation mUShort4Allocation; // ushort4 field in class:MainActivity
240 mUShort4Allocation = Allocation.createSized(mRS, Element.U16_4(mRS), mAllocSize / 4);
293 mUShort4Allocation.copyFrom(buffer_short);
501 mUShort4Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp46 sp<Allocation> mUShort4Allocation; // ushort4 variable
193 mUShort4Allocation = Allocation::createSized(mRS, Element::U16_4(mRS), mAllocSize / 4);
239 mUShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
406 mUShort4Allocation.clear();

Completed in 27 milliseconds