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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp55 sp<Allocation> mLong2Allocation; // long2 variable
117 mLong2Allocation = Allocation::createSized(mRS, Element::I64_2(mRS), mAllocSize / 2);
161 mLong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long);
373 mLong2Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java66 private Allocation mLong2Allocation; // long2 field in class:MainActivity
167 mLong2Allocation = Allocation.createSized(mRS, Element.I64_2(mRS), mAllocSize / 2);
209 mLong2Allocation.copyFrom(buffer_long);
466 mLong2Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp59 sp<Allocation> mLong2Allocation; // long2 variable
121 mLong2Allocation = Allocation::createSized(mRS, Element::I64_2(mRS), mAllocSize / 2);
165 mLong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long);
383 mLong2Allocation.clear();

Completed in 332 milliseconds