Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp31 sp<Allocation> mUChar3Allocation; // uchar3 variable
179 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
227 mUChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initUnsignedAllocations()
390 mUChar3Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp35 sp<Allocation> mUChar3Allocation; // uchar3 variable
183 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
231 mUChar3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initUnsignedAllocations()
400 mUChar3Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java42 private Allocation mUChar3Allocation; // uchar3 field in MainActivity
225 mUChar3Allocation = Allocation.createSized(mRS, Element.U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
287 mUChar3Allocation.copyFrom(buffer_char); in initUnsignedAllocations()
490 mUChar3Allocation.destroy(); in runScript()