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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp57 sp<Allocation> mLong4Allocation; // long4 variable
119 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create());
163 mLong4Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_long);
375 mLong4Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java68 private Allocation mLong4Allocation; // long4 field in class:MainActivity
171 mLong4Allocation = Allocation.createTyped(mRS, typeI64_4Builder.create());
211 mLong4Allocation.copyFrom(buffer_long);
470 mLong4Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp61 sp<Allocation> mLong4Allocation; // long4 variable
123 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create());
167 mLong4Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_long);
385 mLong4Allocation.clear();

Completed in 374 milliseconds