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

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

Completed in 89 milliseconds