Searched refs:mUChar4Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 32 sp<Allocation> mUChar4Allocation; // uchar4 variable 180 mUChar4Allocation = Allocation::createSized(mRS, Element::U8_4(mRS), mAllocSize / 4); in createUnsignedAllocations() 228 mUChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initUnsignedAllocations() 391 mUChar4Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 36 sp<Allocation> mUChar4Allocation; // uchar4 variable 184 mUChar4Allocation = Allocation::createSized(mRS, Element::U8_4(mRS), mAllocSize / 4); in createUnsignedAllocations() 232 mUChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char); in initUnsignedAllocations() 401 mUChar4Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 43 private Allocation mUChar4Allocation; // uchar4 field in MainActivity 227 mUChar4Allocation = Allocation.createSized(mRS, Element.U8_4(mRS), mAllocSize / 4); in createUnsignedAllocations() 288 mUChar4Allocation.copyFrom(buffer_char); in initUnsignedAllocations() 492 mUChar4Allocation.destroy(); in runScript()
|