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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp54 sp<Allocation> mLongAllocation; // long variable
116 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize);
160 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long);
372 mLongAllocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java65 private Allocation mLongAllocation; // long field in class:MainActivity
165 mLongAllocation = Allocation.createSized(mRS, Element.I64(mRS), mAllocSize);
208 mLongAllocation.copyFrom(buffer_long);
464 mLongAllocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp58 sp<Allocation> mLongAllocation; // long variable
120 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize);
164 mLongAllocation->copy1DRangeFrom(0, mAllocSize, buffer_long);
382 mLongAllocation.clear();

Completed in 11 milliseconds