Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp30 sp<Allocation> mUChar2Allocation; // uchar2 variable
178 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
226 mUChar2Allocation->copy2DRangeFrom(0, 0, 2, 6, buffer_char); in initUnsignedAllocations()
389 mUChar2Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp34 sp<Allocation> mUChar2Allocation; // uchar2 variable
182 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
230 mUChar2Allocation->copy2DRangeFrom(0, 0, 2, 6, buffer_char); in initUnsignedAllocations()
399 mUChar2Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java41 private Allocation mUChar2Allocation; // uchar2 field in MainActivity
223 mUChar2Allocation = Allocation.createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
286 mUChar2Allocation.copyFrom(buffer_char); in initUnsignedAllocations()
488 mUChar2Allocation.destroy(); in runScript()