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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp52 sp<Allocation> mUInt4Allocation; // uint4 variable
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/
H A DMainActivity.java63 private Allocation mUInt4Allocation; // uint4 field in class:MainActivity
254 mUInt4Allocation = Allocation.createTyped(mRS, typeU32_4Builder.create());
298 mUInt4Allocation.copyFrom(buffer_int);
508 mUInt4Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp56 sp<Allocation> mUInt4Allocation; // uint4 variable
203 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create());
246 mUInt4Allocation->copy3DRangeFrom(0, 0, 0, 1, 1, 6, buffer_int);
410 mUInt4Allocation.clear();

Completed in 98 milliseconds