Searched defs:mUIntAllocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp49 sp<Allocation> mUIntAllocation; // uint variable
196 mUIntAllocation = Allocation::createSized(mRS, Element::U32(mRS), mAllocSize);
239 mUIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
385 mScript->forEach_square_kernel(mInAllocation, mUIntAllocation);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java60 private Allocation mUIntAllocation; // uint field in class:MainActivity
248 mUIntAllocation = Allocation.createSized(mRS, Element.U32(mRS), mAllocSize);
295 mUIntAllocation.copyFrom(buffer_int);
483 mScript.forEach_square_kernel(mInAllocation, mUIntAllocation);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp53 sp<Allocation> mUIntAllocation; // uint variable
200 mUIntAllocation = Allocation::createSized(mRS, Element::U32(mRS), mAllocSize);
243 mUIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
395 mScript->forEach_square_kernel(mInAllocation, mUIntAllocation);

Completed in 80 milliseconds