Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp52 sp<Allocation> mUInt4Allocation; // uint4 variable
199 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
242 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int); in initUnsignedAllocations()
400 mUInt4Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp56 sp<Allocation> mUInt4Allocation; // uint4 variable
203 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
246 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int); in initUnsignedAllocations()
410 mUInt4Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java63 private Allocation mUInt4Allocation; // uint4 field in MainActivity
254 mUInt4Allocation = Allocation.createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
298 mUInt4Allocation.copyFrom(buffer_int); in initUnsignedAllocations()
508 mUInt4Allocation.destroy(); in runScript()