Searched refs:mUCharAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 29 sp<Allocation> mUCharAllocation; // uchar variable 177 mUCharAllocation = Allocation::createSized(mRS, Element::U8(mRS), mAllocSize); in createUnsignedAllocations() 225 mUCharAllocation->copy1DRangeFrom(0, mAllocSize, buffer_char); in initUnsignedAllocations() 388 mUCharAllocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 33 sp<Allocation> mUCharAllocation; // uchar variable 181 mUCharAllocation = Allocation::createSized(mRS, Element::U8(mRS), mAllocSize); in createUnsignedAllocations() 229 mUCharAllocation->copy1DRangeFrom(0, mAllocSize, buffer_char); in initUnsignedAllocations() 398 mUCharAllocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 40 private Allocation mUCharAllocation; // uchar field in MainActivity 221 mUCharAllocation = Allocation.createSized(mRS, Element.U8(mRS), mAllocSize); in createUnsignedAllocations() 285 mUCharAllocation.copyFrom(buffer_char); in initUnsignedAllocations() 486 mUCharAllocation.destroy(); in runScript()
|