Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp41 sp<Allocation> mUShort3Allocation; // ushort3 variable
188 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
234 mUShort3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_short); in initUnsignedAllocations()
395 mUShort3Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp45 sp<Allocation> mUShort3Allocation; // ushort3 variable
192 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
238 mUShort3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_short); in initUnsignedAllocations()
405 mUShort3Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java52 private Allocation mUShort3Allocation; // ushort3 field in MainActivity
238 mUShort3Allocation = Allocation.createTyped(mRS, typeU16_3Builder.create()); in createUnsignedAllocations()
292 mUShort3Allocation.copyFrom(buffer_short); in initUnsignedAllocations()
499 mUShort3Allocation.destroy(); in runScript()