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

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 52 sp<Allocation> mUInt4Allocation; // uint4
199 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create());
242 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int);
400 mUInt4Allocation.clear();
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 63 private Allocation mUInt4Allocation; // uint4
254 mUInt4Allocation = Allocation.createTyped(mRS, typeU32_4Builder.create());
298 mUInt4Allocation.copyFrom(buffer_int);
508 mUInt4Allocation.destroy();
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 56 sp<Allocation> mUInt4Allocation; // uint4
203 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create());
246 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int);
410 mUInt4Allocation.clear();

Completed in 765 milliseconds