Home
last modified time | relevance | path

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

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