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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp29 sp<Allocation> mUCharAllocation; // uchar variable
177 mUCharAllocation = Allocation::createSized(mRS, Element::U8(mRS), mAllocSize);
225 mUCharAllocation->copy1DRangeFrom(0, mAllocSize, buffer_char);
388 mUCharAllocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java40 private Allocation mUCharAllocation; // uchar field in class:MainActivity
221 mUCharAllocation = Allocation.createSized(mRS, Element.U8(mRS), mAllocSize);
285 mUCharAllocation.copyFrom(buffer_char);
486 mUCharAllocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp33 sp<Allocation> mUCharAllocation; // uchar variable
181 mUCharAllocation = Allocation::createSized(mRS, Element::U8(mRS), mAllocSize);
229 mUCharAllocation->copy1DRangeFrom(0, mAllocSize, buffer_char);
398 mUCharAllocation.clear();

Completed in 105 milliseconds