HomeSort by relevance Sort by last modified time
    Searched refs:mUIntAllocation (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 49 sp<Allocation> mUIntAllocation; // uint
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/
MainActivity.java 60 private Allocation mUIntAllocation; // uint
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/
jniallocations.cpp 53 sp<Allocation> mUIntAllocation; // uint
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 6095 milliseconds