Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp29 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/
Djniallocations.cpp33 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/
DMainActivity.java40 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()