Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp59 sp<Allocation> mULongAllocation; // ulong variable
206 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
246 mULongAllocation->copy3DRangeFrom(0, 0, 0, 4, 3, 2, buffer_long); in initUnsignedAllocations()
402 mULongAllocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp63 sp<Allocation> mULongAllocation; // ulong variable
210 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
250 mULongAllocation->copy3DRangeFrom(0, 0, 0, 4, 3, 2, buffer_long); in initUnsignedAllocations()
412 mULongAllocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java70 private Allocation mULongAllocation; // ulong field in MainActivity
262 mULongAllocation = Allocation.createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
300 mULongAllocation.copyFrom(buffer_long); in initUnsignedAllocations()
511 mULongAllocation.destroy(); in runScript()