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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp56 sp<Allocation> mLong3Allocation; // long3 variable
118 mLong3Allocation = Allocation::createSized(mRS, Element::I64_3(mRS), mAllocSize / 4);
162 mLong3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long);
374 mLong3Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java67 private Allocation mLong3Allocation; // long3 field in class:MainActivity
169 mLong3Allocation = Allocation.createSized(mRS, Element.I64_3(mRS), mAllocSize / 4);
210 mLong3Allocation.copyFrom(buffer_long);
468 mLong3Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp60 sp<Allocation> mLong3Allocation; // long3 variable
122 mLong3Allocation = Allocation::createSized(mRS, Element::I64_3(mRS), mAllocSize / 4);
166 mLong3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long);
384 mLong3Allocation.clear();

Completed in 36 milliseconds