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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp60 sp<Allocation> mULong2Allocation; // ulong2 variable
207 mULong2Allocation = Allocation::createSized(mRS, Element::U64_2(mRS), mAllocSize / 2);
247 mULong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long);
403 mULong2Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java71 private Allocation mULong2Allocation; // ulong2 field in class:MainActivity
264 mULong2Allocation = Allocation.createSized(mRS, Element.U64_2(mRS), mAllocSize / 2);
301 mULong2Allocation.copyFrom(buffer_long);
513 mULong2Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp64 sp<Allocation> mULong2Allocation; // ulong2 variable
211 mULong2Allocation = Allocation::createSized(mRS, Element::U64_2(mRS), mAllocSize / 2);
251 mULong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long);
413 mULong2Allocation.clear();

Completed in 180 milliseconds