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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp62 sp<Allocation> mULong4Allocation; // ulong4 variable
209 mULong4Allocation = Allocation::createSized(mRS, Element::U64_4(mRS), mAllocSize / 4);
249 mULong4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long);
405 mULong4Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java73 private Allocation mULong4Allocation; // ulong4 field in class:MainActivity
268 mULong4Allocation = Allocation.createSized(mRS, Element.U64_4(mRS), mAllocSize / 4);
303 mULong4Allocation.copyFrom(buffer_long);
517 mULong4Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp66 sp<Allocation> mULong4Allocation; // ulong4 variable
213 mULong4Allocation = Allocation::createSized(mRS, Element::U64_4(mRS), mAllocSize / 4);
253 mULong4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long);
415 mULong4Allocation.clear();

Completed in 76 milliseconds