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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp35 sp<Allocation> mShort2Allocation; // short2 variable
99 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create());
147 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short);
363 mShort2Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java46 private Allocation mShort2Allocation; // short2 field in class:MainActivity
141 mShort2Allocation = Allocation.createTyped(mRS, typeI16_2Builder.create());
199 mShort2Allocation.copyFrom(buffer_short);
448 mShort2Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp39 sp<Allocation> mShort2Allocation; // short2 variable
103 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create());
151 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short);
373 mShort2Allocation.clear();

Completed in 43 milliseconds