Searched defs:mULong3Allocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp61 sp<Allocation> mULong3Allocation; // ulong3 variable
208 mULong3Allocation = Allocation::createSized(mRS, Element::U64_3(mRS), mAllocSize / 4);
248 mULong3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long);
404 mULong3Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java72 private Allocation mULong3Allocation; // ulong3 field in class:MainActivity
266 mULong3Allocation = Allocation.createSized(mRS, Element.U64_3(mRS), mAllocSize / 4);
302 mULong3Allocation.copyFrom(buffer_long);
515 mULong3Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp65 sp<Allocation> mULong3Allocation; // ulong3 variable
212 mULong3Allocation = Allocation::createSized(mRS, Element::U64_3(mRS), mAllocSize / 4);
252 mULong3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long);
414 mULong3Allocation.clear();

Completed in 98 milliseconds