Home
last modified time | relevance | path

Searched refs:mULong3Allocation (Results 1 – 3 of 3) sorted by relevance

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